Package-level declarations

Types

Link copied to clipboard

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.

Link copied to clipboard
typealias P = Map<String, String>
Link copied to clipboard
data class Presence

Presence represents a proxy for the Presence to be manipulated from the outside.

Link copied to clipboard
data class PresenceInfo(val actorID: ActorID, val presence: P)
Link copied to clipboard
class Presences : Map<ActorID, P>