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,B>,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,B>,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<T extends AbstractPullSubscriberManager<T>>Base class for synchronous pull type implementations.classAbstractSubscriberManager<T extends AbstractSubscriberManager<T>>Base class for subscriber managers.
-