Interface NodeSubscription

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void disconnectNode()
      Should be called by the Node when it is destroyed in order to let the subscription model know that the node is no longer present.
      boolean isLeased()
      Indicates that the node has at least one "heavy weight" listener.
    • Method Detail

      • disconnectNode

        void disconnectNode()
        Should be called by the Node when it is destroyed in order to let the subscription model know that the node is no longer present.
      • isLeased

        boolean isLeased()
        Indicates that the node has at least one "heavy weight" listener.
        Returns:
        true if the node should be executing in its "leased" state.