Uses of Interface
org.opendaylight.netconf.notifications.NetconfNotificationCollector.NetconfNotificationStreamListener
-
-
Uses of NetconfNotificationCollector.NetconfNotificationStreamListener in org.opendaylight.netconf.notifications
Methods in org.opendaylight.netconf.notifications with parameters of type NetconfNotificationCollector.NetconfNotificationStreamListener 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.
-