public interface NetconfNotificationRegistry
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.Streams |
getNotificationPublishers()
Get all the streams available.
|
boolean |
isStreamAvailable(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType streamNameType)
Check stream availability.
|
NotificationListenerRegistration |
registerNotificationListener(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream,
NetconfNotificationListener listener)
Add listener for a certain notification type.
|
NotificationListenerRegistration registerNotificationListener(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream, NetconfNotificationListener listener)
boolean isStreamAvailable(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType streamNameType)
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.Streams getNotificationPublishers()
Copyright © 2020 OpenDaylight. All rights reserved.