Uses of Package
com.caplin.datasource.subscription
Packages that use 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.
-
Classes in com.caplin.datasource.subscription used by com.caplin.datasource.subscriptionClassDescriptionA
ActiveSubscriptionsrepresents a subscription to a single subjects.ABroadcastSubscriptionrepresents a subscription to many subjects.Represents a subscription to a namespace of DataSource subjects (seeBroadcastSubscription).TheSubscriptionListenerinterface allows applications to receive events raised for aSubscription. -
Classes in com.caplin.datasource.subscription used by com.caplin.jtmClassDescriptionThe
SubjectConsumerinterface allows applications to receive json events raised for a subscription.TheSubscriptionListenerinterface allows applications to receive events raised for aSubscription.JTM version ofActiveSubscription.JTM version ofBroadcastSubscription.