| Package | Description |
|---|---|
| org.opendaylight.controller.messagebus.app.impl | |
| org.opendaylight.controller.messagebus.spi |
| Modifier and Type | Method and Description |
|---|---|
<T extends EventSource> |
EventSourceTopology.registerEventSource(T eventSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSourceTopology.register(EventSource eventSource) |
void |
EventSourceTopology.unRegister(EventSource eventSource) |
| 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.