Uses of Interface
org.opendaylight.controller.messagebus.spi.EventSourceRegistration
-
Packages that use EventSourceRegistration Package Description org.opendaylight.controller.messagebus.app.impl org.opendaylight.controller.messagebus.spi -
-
Uses of EventSourceRegistration in org.opendaylight.controller.messagebus.app.impl
Methods in org.opendaylight.controller.messagebus.app.impl that return EventSourceRegistration Modifier and Type Method Description <T extends EventSource>
EventSourceRegistration<T>EventSourceTopology. registerEventSource(T eventSource)
<T extends EventSource>
EventSourceRegistration<T>OSGiEventSourceRegistry. registerEventSource(T eventSource)
-
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.
-