Uses of Interface
org.opendaylight.controller.messagebus.spi.EventSourceRegistration
-
-
Uses of EventSourceRegistration in org.opendaylight.controller.messagebus.spi
Methods in org.opendaylight.controller.messagebus.spi that return EventSourceRegistration Modifier and Type Method Description <T extends EventSource>
EventSourceRegistration<T>EventSourceRegistry. registerEventSource(T eventSource)Registers the given EventSource for public consumption.
-