Interface BroadcastSubscription

  • All Superinterfaces:
    Subscription

    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 Detail

      • getNamespace

        Namespace getNamespace()

        Gets the namespace for this subscription.

        Returns:
        The namespace.