Uses of Interface
org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
-
-
Uses of ISubscriberManager in org.symphonyoss.s2.fugue.pubsub
Classes in org.symphonyoss.s2.fugue.pubsub with type parameters of type ISubscriberManager Modifier and Type Interface Description interfaceIPullSubscriberManagerBuilder<T extends IPullSubscriberManagerBuilder<T,P,B>,P,B extends ISubscriberManager<B>>A builder for a pull subscriber manager of payload type P.interfaceISubscriberManager<T extends ISubscriberManager<T>>A subscriber manager.interfaceISubscriberManagerBuilder<T extends ISubscriberManagerBuilder<T,P,B>,P,B extends ISubscriberManager<B>>A builder for a subscriber manager of payload type P.Classes in org.symphonyoss.s2.fugue.pubsub that implement ISubscriberManager Modifier and Type Class Description classAbstractPullSubscriberManager<P,T extends AbstractPullSubscriberManager<P,T>>Base class for synchronous pull type implementations.classAbstractSubscriberManager<P,T extends AbstractSubscriberManager<P,T>>Base class for subscriber managers.
-