Package org.symphonyoss.s2.fugue.pubsub
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTotalSubscriptionCnt()
-