public interface TopicNotification extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TopicNotification>, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module event-aggregator
notification topic-notification {
description
"Notification of an event occuring on a particular node. This notification
acts as an encapsulation for the event being delivered.";
leaf topic-id {
type topic-id;
}
leaf node-id {
type string;
}
anyxml payload;
}
The schema path to identify an instance is
event-aggregator/topic-notification
To create instances of this class use TopicNotificationBuilder.
TopicNotificationBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeId()
Node ID of the node which generated the event.
|
TopicId |
getTopicId()
Topic to which this event is being delivered.
|
TopicId getTopicId()
org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.messagebus.eventaggregator.rev141202.TopicId topicId, or null if not presentString getNodeId()
java.lang.String nodeId, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.