Client
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.
A single-threaded, Closeable is used as default. Therefore you need to close the client, when the client is no longer needed. If you provide your own dispatcher, it is up to you to decide close is needed or not.
Constructors
Types
SyncMode defines synchronization modes for the PushPullChanges API.
Properties
Functions
Activates this Client. That is, it registers itself to the server and receives a unique ID from the server. The given ID is used to distinguish different clients.
Changes the sync mode of the document.
Deactivates this Client.
Removes the given document.
Pushes local changes of the attached documents to the server and receives changes of the remote replica from the server then apply them to local documents.