sync/simple_sync_orchestrator library
Classes
-
SimpleSyncOrchestrator<
T extends HasUpdatedAt, Id> -
Generic, reusable synchronization orchestrator.
Assumes
RemoteStore
provides deltas viafetchSince
, andLocalStore
persists the last sync point and pending operations.