Interface Subscription

All Superinterfaces:
AutoCloseable

public interface Subscription extends AutoCloseable
A subscription to events generated by a node.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the subscription, so that no more events are sent to its handler.
  • Method Details

    • close

      void close()
      Closes the subscription, so that no more events are sent to its handler.
      Specified by:
      close in interface AutoCloseable