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<T extends AbstractPullSubscriberManager<T>>Base class for synchronous pull type implementations.static classAbstractPullSubscriberManager.Builder<T extends AbstractPullSubscriberManager.Builder<T,B>,B extends AbstractPullSubscriberManager<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)
-