public static interface NetconfNotificationCollector.NetconfNotificationStreamListener
| Modifier and Type | Method and Description |
|---|---|
void |
onStreamRegistered(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams.Stream stream)
Stream becomes available in the collector (first publisher is registered).
|
void |
onStreamUnregistered(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream)
Stream is not available anymore in the collector (last publisher is unregistered).
|
void onStreamRegistered(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams.Stream stream)
void onStreamUnregistered(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream)
Copyright © 2020 OpenDaylight. All rights reserved.