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<P,T extends IPullSubscriberManagerBuilder<P,T,B>,B extends ISubscriberManager<P,B>>A builder for a pull subscriber manager of payload type P.interfaceISubscriberManager<P,T extends ISubscriberManager<P,T>>A subscriber manager of payload type P.interfaceISubscriberManagerBuilder<P,T extends ISubscriberManagerBuilder<P,T,B>,B extends ISubscriberManager<P,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.
-