Interface Subscription

  • All Known Implementing Classes:
    SubscriptionImpl

    public interface Subscription
    Allows subscriptions from SessionManager to be initiated and unsubscribed from.
    • Method Detail

      • subscribe

        void subscribe()
        Initiates the request.
      • unsubscribe

        void unsubscribe()
        If the subscription fails it is automatically unsubscribed.