Class SubscriptionImpl

  • All Implemented Interfaces:
    Subscription

    public class SubscriptionImpl
    extends java.lang.Object
    implements Subscription
    Allows subscriptions from SessionManager to initiated and unsubscribed from.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void subscribe()
      Initiates the request.
      void unsubscribe()
      If the subscription fails it is automatically unsubscribed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • subscribe

        public void subscribe()
        Initiates the request.
        Specified by:
        subscribe in interface Subscription
      • unsubscribe

        public void unsubscribe()
        If the subscription fails it is automatically unsubscribed.
        Specified by:
        unsubscribe in interface Subscription