routier-collection / plugins/replication/src / SyncOutcome
Interface: SyncOutcome
Defined in: plugins/replication/src/HttpSwrDbPlugin.ts:48
What a flush moved. Returned by syncNow() and passed to onSync.
Properties
flushed
flushed:
number
Defined in: plugins/replication/src/HttpSwrDbPlugin.ts:50
Changes the server accepted and the queue dropped.
failed
failed:
number
Defined in: plugins/replication/src/HttpSwrDbPlugin.ts:52
Changes that failed transiently and are still queued.
deadLettered
deadLettered:
number
Defined in: plugins/replication/src/HttpSwrDbPlugin.ts:54
Changes the server permanently rejected; reported via onSyncDeadLetter.