Uses of Package
com.caplin.datasource.subscription
Package
Description
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.
-
ClassDescriptionA
ActiveSubscriptions
represents a subscription to a single subjects.ABroadcastSubscription
represents a subscription to many subjects.Represents a subscription to a namespace of DataSource subjects (seeBroadcastSubscription
).TheSubscriptionListener
interface allows applications to receive events raised for aSubscription
. -
ClassDescriptionThe
SubjectConsumer
interface allows applications to receive json events raised for a subscription.TheSubscriptionListener
interface allows applications to receive events raised for aSubscription
.JTM version ofActiveSubscription
.JTM version ofBroadcastSubscription
.