Skip to content

routier-collection


routier-collection / plugins/replication/src / DeadLetteredChange

Type Alias: DeadLetteredChange

DeadLetteredChange = object

Defined in: plugins/replication/src/UnsyncedQueue.ts:65

A change the queue has given up on, reported via onSyncDeadLetter.

Properties

collectionName

collectionName: string

Defined in: plugins/replication/src/UnsyncedQueue.ts:66


kind

kind: QueuedChangeKind

Defined in: plugins/replication/src/UnsyncedQueue.ts:67


entity

entity: unknown

Defined in: plugins/replication/src/UnsyncedQueue.ts:68


opId

opId: string | null

Defined in: plugins/replication/src/UnsyncedQueue.ts:69

Released under the MIT License.