Uses of Interface
io.objectbox.sync.server.SyncServer
Packages that use SyncServer
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of SyncServer in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncServerMethods in io.objectbox.sync that return SyncServerConstructors in io.objectbox.sync with parameters of type SyncServerModifierConstructorDescription(package private)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 SyncServerMethods in io.objectbox.sync.server that return SyncServerModifier and TypeMethodDescriptionSyncServerBuilder.build()Builds and returns a Sync server ready tostart().SyncServerBuilder.buildAndStart()Builds,startsand returns a Sync server.