| Interface | Description |
|---|---|
| CreateTopicInput |
This class represents the following YANG schema fragment defined in module event-aggregator
(Source path: META-INF/yang/event-aggregator.yang): container input { leaf notification-pattern { type notification-pattern; } leaf node-id-pattern { type pattern; } } The schema path to identify an instance is event-aggregator/create-topic/input To create instances of this class use CreateTopicInputBuilder. |
| CreateTopicOutput |
This class represents the following YANG schema fragment defined in module event-aggregator
(Source path: META-INF/yang/event-aggregator.yang): container output { leaf topic-id { type topic-id; } } The schema path to identify an instance is event-aggregator/create-topic/output To create instances of this class use CreateTopicOutputBuilder. |
| DestroyTopicInput |
This class represents the following YANG schema fragment defined in module event-aggregator
(Source path: META-INF/yang/event-aggregator.yang): container input { leaf topic-id { type topic-id; } } The schema path to identify an instance is event-aggregator/destroy-topic/input To create instances of this class use DestroyTopicInputBuilder. |
| EventAggregatorListener |
Interface for receiving the following YANG notifications defined in module event-aggregator
(Source path: META-INF/yang/event-aggregator.yang): notification topic-notification { description "Notification of an event occuring on a particular node. |
| EventAggregatorService |
Interface for implementing the following YANG RPCs defined in module event-aggregator
(Source path: META-INF/yang/event-aggregator.yang): rpc destroy-topic { "Destroy a topic. |
| TopicNotification |
Notification of an event occuring on a particular node.
|
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| CreateTopicInputBuilder |
Class that builds
CreateTopicInput instances. |
| CreateTopicOutputBuilder |
Class that builds
CreateTopicOutput instances. |
| DestroyTopicInputBuilder |
Class that builds
DestroyTopicInput instances. |
| NotificationPattern |
Pattern for matching candidate notification types.
|
| Pattern |
A match pattern.
|
| TopicId |
A topic identifier.
|
| TopicNotificationBuilder |
Class that builds
TopicNotification instances. |
Copyright © 2016 OpenDaylight. All rights reserved.