See: Description
Interface | Description |
---|---|
ActivePublisher | |
BroadcastPublisher |
This implementation of
Publisher sends (broadcasts) updates to all connected peers
regardless of whether they have requested (subscribed to) the subject. |
CompatibilityPublisher |
This implementation of
Publisher is similar to
ActivePublisher , but because it does not maintain a
cache, it passes all requests and discards for subjects on to the
DataProvider . |
DataProvider |
Interface that must be implemented in order to provide data updates to DataSource peers.
|
DiscardEvent |
Event that is raised when a peer discards a subject.
|
Publisher |
An instance of
Publisher publishes messages to remote DataSource peers on behalf of
a DataProvider . |
RequestEvent |
Event that is raised when a peer requests a subject.
|
Defines the methods of providing and publishing data that are used by DataSource for Java.
This package contains the following types of publisher:
Please send bug reports and comments to Caplin support