Interface NotificationRegistration
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
BaseNotificationPublisherRegistration,NotificationListenerRegistration,NotificationPublisherRegistration,YangLibraryPublisherRegistration
public interface NotificationRegistration extends AutoCloseable
Generic registration, used as a base for other registration types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the registration.
-
-
-
Method Detail
-
close
void close()
Close the registration.- Specified by:
closein interfaceAutoCloseable
-
-