Uses of Class
org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager
-
-
Uses of AbstractPullSubscriberManager in org.symphonyoss.s2.fugue.pubsub
Classes in org.symphonyoss.s2.fugue.pubsub with type parameters of type AbstractPullSubscriberManager Modifier and Type Class Description classAbstractPullSubscriberManager<P,T extends AbstractPullSubscriberManager<P,T>>Base class for synchronous pull type implementations.static classAbstractPullSubscriberManager.Builder<T extends AbstractPullSubscriberManager.Builder<T,P,B>,P,B extends AbstractPullSubscriberManager<P,B>>Builder.Constructors in org.symphonyoss.s2.fugue.pubsub with parameters of type AbstractPullSubscriberManager Constructor Description AbstractPullSubscriber(AbstractPullSubscriberManager<?,?> manager, String subscriptionName, org.symphonyoss.s2.fugue.counter.ICounter counter, org.symphonyoss.s2.fugue.counter.IBusyCounter busyCounter, long extensionFrequency, org.symphonyoss.s2.fugue.pipeline.ICloseableConsumer consumer)
-