Interface Node.Subscription

All Superinterfaces:
AutoCloseable
Enclosing interface:
Node

public static interface Node.Subscription extends AutoCloseable
  • 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