IncrementalSyncPhase

internal sealed class IncrementalSyncPhase

Incremental sync can be divided into two phases

Inheritors

Types

Link copied to clipboard
internal data object CatchingUp : IncrementalSyncPhase

This means in the old or new system getting pending events while the client was offline.

Link copied to clipboard
internal data object ReadyToProcess : IncrementalSyncPhase

This means in the old or new system all pending events were fetched and stored locally and the client is ready to process them.