Package-level declarations
Types
Link copied to clipboard
class Client(options: Client.Options, unaryClient: OkHttpClient, streamClient: OkHttpClient, dispatcher: CoroutineDispatcher, host: String, ioDispatcher: CoroutineDispatcher = Dispatchers.IO) : Closeable
Client that can communicate with the server. It has Documents and sends changes of the documents in local to the server to synchronize with other replicas in remote.