- All Superinterfaces:
AutoCloseable
A subscription to events generated by a node.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()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:
closein interfaceAutoCloseable
-