| Modifier and Type | Interface and Description |
|---|---|
interface |
EventSourceRegistration<T extends EventSource>
Instance of EventSourceRegistration is returned by
EventSourceRegistry.registerEventSource(EventSource)
and it is used to unregister EventSource. |
| Modifier and Type | Method and Description |
|---|---|
<T extends EventSource> |
EventSourceRegistry.registerEventSource(T eventSource)
Registers the given EventSource for public consumption.
|
Copyright © 2019 OpenDaylight. All rights reserved.