Class AbstractPullSubscriberManager<T extends AbstractPullSubscriberManager<T>>

  • Type Parameters:
    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<T>

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