GroupChangesForMultiplePeersStrategy |
Details required when saving a concurrently edited document.
|
GroupChangesForSinglePeerStrategy |
Details required when saving a concurrently edited document.
|
PeerContext |
Context information about a document model that is part of a Room .
|
Room |
A room is an abstraction for a set of document models created for the same document.
|
RoomCreatedListener |
Listener called when a room was created.
|
RoomFactory |
Factory for Room objects.
|
RoomObserver |
Observer for a Room , whose state can be used as a source of truth
for the current state of the edited document.
|
RoomObserver.EditListener |
Listener called when an edit happened in the room.
|
RoomObserver.SyncListener |
Listener called when a batch of changes are synchronized.
|
SaveStrategy |
Details required when saving a concurrently edited document.
|