Package-level declarations
Types
Link copied to clipboard
                  class EventContext
Link copied to clipboard
                  Interface for a generic listener object.
Link copied to clipboard
                  interface SyncClient
This is a central entity used to work with Sync.
Link copied to clipboard
                  interface SyncDocument
SyncDocument is an arbitrary JSON value.
Link copied to clipboard
                  Observer for all operations on a SyncDocument.
Link copied to clipboard
                  interface SyncListIterator
Interface for iterating over SyncList items retrieved using getItems.
Link copied to clipboard
                  Observer for all operations on a SyncList.
Link copied to clipboard
                  interface SyncListPaginator
Interface for paginating over SyncList items retrieved using queryItems.
Link copied to clipboard
                  interface SyncMapIterator
Interface for iterating over SyncMap items retrieved using getItems.
Link copied to clipboard
                  Observer for all operations on a SyncMap.
Link copied to clipboard
                  interface SyncMapPaginator
Interface for paginating over SyncMap items retrieved using queryItems.
Link copied to clipboard
                  Mutator is a functional object that you provide to modify entity data in a controlled manner.
Link copied to clipboard
                  interface SyncOptions
SyncOptions are used to pass variable information to SyncDocument, SyncMap, SyncList and SyncStream opening functions.
Link copied to clipboard
                  interface SyncStream
Interface for Sync Pub-sub messaging primitive.
Link copied to clipboard
                  Observer for all operations on a SyncStream.