drift_sync library

Classes

CancelException
ConflictException
DriftSynchronizer<TAppDatabase extends SynchronizerDb>
InvalidStateException
LocalChange
NotFoundException
ServerChange
SyncEntityRepository<TAppDatabase extends SynchronizerDb, TEntity, TKey>
Provides methods to get, create, update and delete entities of type
SyncState
SyncTypeHandler<TEntity, TKey>
UnavailableException

Mixins

DownloadSyncTypeHandler<TEntity, TKey>
GrpcSyncTypeHandler<TEntity, TKey>
SynchronizerDb

Typedefs

IntSyncTypeHandler<TEntity> = SyncTypeHandler<TEntity, int>
StringSyncTypeHandler<TEntity> = SyncTypeHandler<TEntity, String>