| Interface | Description |
|---|---|
| Broker |
<p>This class represents the following YANG schema fragment defined in module <b>hweventsource-impl</b>
<br>(Source path: <i>META-INF/yang/hweventsource-impl.yang</i>):
<pre>
container broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>hweventsource-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)hweventsource/broker</i>
<p>To create instances of this class use
BrokerBuilder. |
| DomBroker |
<p>This class represents the following YANG schema fragment defined in module <b>hweventsource-impl</b>
<br>(Source path: <i>META-INF/yang/hweventsource-impl.yang</i>):
<pre>
container dom-broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>hweventsource-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)hweventsource/dom-broker</i>
<p>To create instances of this class use
DomBrokerBuilder. |
| EventSourceRegistry |
<p>This class represents the following YANG schema fragment defined in module <b>hweventsource-impl</b>
<br>(Source path: <i>META-INF/yang/hweventsource-impl.yang</i>):
<pre>
container event-source-registry {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>hweventsource-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)hweventsource/event-source-registry</i>
<p>To create instances of this class use
EventSourceRegistryBuilder. |
| Class | Description |
|---|---|
| BrokerBuilder |
Class that builds
Broker instances. |
| DomBrokerBuilder |
Class that builds
DomBroker instances. |
| EventSourceRegistryBuilder |
Class that builds
EventSourceRegistry instances. |
Copyright © 2015. All rights reserved.