Uses of Interface
io.objectbox.sync.server.SyncServer
-
Packages that use SyncServer Package Description io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g.io.objectbox.sync.server -
-
Uses of SyncServer in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncServer Modifier and Type Field Description private SyncServerSyncHybrid. serverMethods in io.objectbox.sync that return SyncServer Modifier and Type Method Description SyncServerSyncHybrid. getServer()Returns theSyncServerof this hybrid.Constructors in io.objectbox.sync with parameters of type SyncServer Constructor Description SyncHybrid(BoxStore store, SyncClient client, BoxStore storeServer, SyncServer server) -
Uses of SyncServer in io.objectbox.sync.server
Classes in io.objectbox.sync.server that implement SyncServer Modifier and Type Class Description classSyncServerImplInternal sync server implementation.Methods in io.objectbox.sync.server that return SyncServer Modifier and Type Method Description SyncServerSyncServerBuilder. build()Builds and returns a Sync server ready tostart().SyncServerSyncServerBuilder. buildAndStart()Builds,startsand returns a Sync server.
-