Interface ISubscriberManager<P,​T extends ISubscriberManager<P,​T>>

  • Type Parameters:
    P - The type of payload received.
    T - Type of concrete manager, needed for fluent methods.
    All Superinterfaces:
    org.symphonyoss.s2.common.fluent.IFluent<T>
    All Known Implementing Classes:
    AbstractPullSubscriberManager, AbstractSubscriberManager

    public interface ISubscriberManager<P,​T extends ISubscriberManager<P,​T>>
    extends org.symphonyoss.s2.common.fluent.IFluent<T>
    A subscriber manager of payload type P.
    Author:
    Bruce Skingle
    • Method Summary

      • Methods inherited from interface org.symphonyoss.s2.common.fluent.IFluent

        self