Class Subscription


  • public class Subscription
    extends java.lang.Object
    Represents the registration of a handler for a client method.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void unsubscribe()
      Removes the client method handler represented by this subscription.
      • Methods inherited from class java.lang.Object

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

      • unsubscribe

        public void unsubscribe()
        Removes the client method handler represented by this subscription.