Interface BroadcastSubscription
- All Superinterfaces:
Subscription
- All Known Subinterfaces:
TransformerBroadcastSub
A BroadcastSubscription
represents a subscription to many subjects. The scope of the
subscription is defined by a Namespace
. When you make a
broadcast subscription, the associated
SubscriptionListener
implementation will receive all
incoming updates for subjects that match the provided
Namespace
.
-
Method Summary
Modifier and TypeMethodDescriptionGets the namespace for this subscription.Methods inherited from interface com.caplin.datasource.subscription.Subscription
getSubscriptionListener, unsubscribe
-
Method Details
-
getNamespace
Namespace getNamespace()Gets the namespace for this subscription.
- Returns:
- The namespace.
-