Class AbstractPullSubscriberManager<P,​T extends AbstractPullSubscriberManager<P,​T>>

  • Type Parameters:
    P - Type of payload received.
    T - Type of concrete manager, needed for fluent methods.
    All Implemented Interfaces:
    org.symphonyoss.s2.common.fluent.IFluent<T>, org.symphonyoss.s2.fugue.IFugueComponent, org.symphonyoss.s2.fugue.IFugueLifecycleComponent, ISubscriberManager<P,​T>

    public abstract class AbstractPullSubscriberManager<P,​T extends AbstractPullSubscriberManager<P,​T>>
    extends AbstractSubscriberManager<P,​T>
    Base class for synchronous pull type implementations.
    Author:
    Bruce Skingle