| Class and 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. |
| CreateTopicInputBuilder
Class that builds
CreateTopicInput instances. |
| 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. |
| CreateTopicOutputBuilder
Class that builds
CreateTopicOutput instances. |
| 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. |
| DestroyTopicInputBuilder
Class that builds
DestroyTopicInput instances. |
| NotificationPattern
Pattern for matching candidate notification types.
|
| Pattern
A match pattern.
|
| TopicId
A topic identifier.
|
| TopicNotification
Notification of an event occuring on a particular node.
|
| TopicNotificationBuilder
Class that builds
TopicNotification instances. |
| Class and Description |
|---|
| NotificationPattern
Pattern for matching candidate notification types.
|
| TopicId
A topic identifier.
|
Copyright © 2016 OpenDaylight. All rights reserved.