Package org.opendaylight.controller.messagebus.spi
-
Interface Summary Interface Description EventSource Event source is a node in topology which is able to produce notifications.EventSourceRegistration<T extends EventSource> Instance of EventSourceRegistration is returned byEventSourceRegistry.registerEventSource(EventSource)
and it is used to unregister EventSource.EventSourceRegistry EventSourceRegistry is used to registerEventSource
.