All Classes

Interface Summary
Class Description
IPubSubSyncChannelUpdate<T extends java.io.Serializable>
Represents a subscribed channel where the user can update the published data and thus sync all subscribers to the channel.
IPubSubSyncChannelWatchOnly
Represents a Watch Only listener connection on a pubsub channel.
IPubSubSyncConnection
Interface that provides static methods that enable an IPubSubSyncManager to pulled down from the pubsub sync server machine.
IPubSubSyncData<T extends java.io.Serializable>
Published data received from the pubsub sync server during a sync operation.
IPubSubSyncManager
Top-level entity that can communicate with the pubsub sync server to create or subscribe to channels through which data can be published and synced to all subscribers.
IPubSubSyncUpdater<T extends java.io.Serializable>
Represents a generic function to update the value of the published data.