couch_sync library
Classes
- CancelException
- ConflictException
-
CouchSynchronizer<
TAppDatabase extends SynchronizerDb> - InvalidStateException
- LocalChange
- NotFoundException
- ServerChange
- ServerChanges
-
SyncEntityRepository<
TAppDatabase extends SynchronizerDb, TEntity, TKey> - Provides methods to get, create, update and delete entities of type
- SyncState
-
SyncTypeHandler<
TEntity, TKey>
Mixins
-
DownloadSyncTypeHandler<
TEntity, TKey> -
GrpcSyncTypeHandler<
TEntity, TKey> - SynchronizerDb
Typedefs
-
IntSyncTypeHandler<
TEntity> = SyncTypeHandler< TEntity, int> -
StringSyncTypeHandler<
TEntity> = SyncTypeHandler< TEntity, String>