See: Description
Interface | Description |
---|---|
ActiveSubscription |
A
ActiveSubscriptions represents a subscription to a single subjects. |
BroadcastSubscription |
A
BroadcastSubscription represents a subscription to many subjects. |
Subscription |
Represents a subscription to a namespace of DataSource subjects (see
BroadcastSubscription ). |
SubscriptionListener |
The
SubscriptionListener interface allows applications to receive events raised for
a Subscription . |
Class | Description |
---|---|
BaseSubscriptionListener |
A base implementation of
SubscriptionListener that can be used to
easily provide SubscriptionListener implementations without the need to override
every method. |
Defines the interfaces and classes that are used by a Java DataSource application when it needs to subscribe to data provided by another DataSource application.
The BroadcastSubscription
interface represents a
subscription to all subjects that fall within a specified namespace, allowing the DataSource
application to receive all incoming updates for subjects that match that namespace.
Note: Active subscriptions, that is subscriptions to a specific subject, are not currently
Please send bug reports and comments to Caplin support