Interface BroadcastSubscription

All Superinterfaces:
Subscription
All Known Subinterfaces:
TransformerBroadcastSub

public interface BroadcastSubscription extends Subscription
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 Details

    • getNamespace

      Namespace getNamespace()
      Gets the namespace for this subscription.
      Returns:
      The namespace.