Interface PubSub.SubscriberMessage<T>

  • Type Parameters:
    T - represents the type of data that is subscribed
    All Superinterfaces:
    PubSub<T>
    All Known Implementing Classes:
    PubSub.Subscribe, PubSub.SubscribeOnly, PubSub.Unsubscribe
    Enclosing interface:
    PubSub<T>

    public static interface PubSub.SubscriberMessage<T>
    extends PubSub<T>
    Represents the messages about subscribing data e.g Subscribe and Unsubscribe