Uses of Interface
org.opendaylight.netconf.notifications.NotificationRegistration
-
-
Uses of NotificationRegistration in org.opendaylight.netconf.notifications
Subinterfaces of NotificationRegistration in org.opendaylight.netconf.notifications Modifier and Type Interface Description interfaceBaseNotificationPublisherRegistrationRegistration for base notification publisher.interfaceNotificationListenerRegistrationManages the registration of a single listener.interfaceNotificationPublisherRegistrationRegistration for notification publisher.interfaceYangLibraryPublisherRegistrationRegistration for yang-library publisher.Methods in org.opendaylight.netconf.notifications that return NotificationRegistration Modifier and Type Method Description NotificationRegistrationNetconfNotificationCollector. registerStreamListener(NetconfNotificationCollector.NetconfNotificationStreamListener listener)Users of the registry have an option to get notification each time new notification stream gets registered This allows for a push model in addition to pull model for retrieving information about available streams.
-