Interface ISubscriberManager<T extends ISubscriberManager<T>>

  • Type Parameters:
    T - Type of concrete manager, needed for fluent methods.
    All Superinterfaces:
    org.symphonyoss.s2.common.fluent.IFluent<T>
    All Known Implementing Classes:
    AbstractPullSubscriberManager, AbstractSubscriberManager

    public interface ISubscriberManager<T extends ISubscriberManager<T>>
    extends org.symphonyoss.s2.common.fluent.IFluent<T>
    A subscriber manager.
    Author:
    Bruce Skingle
    • Method Detail

      • getTotalSubscriptionCnt

        int getTotalSubscriptionCnt()
        Returns:
        The total number of subscriptions (product of topic and subscription) covered by this subscription configuration.