Uses of Interface
org.opendaylight.controller.messagebus.spi.EventSource
-
Packages that use EventSource Package Description org.opendaylight.controller.messagebus.app.impl org.opendaylight.controller.messagebus.spi -
-
Uses of EventSource in org.opendaylight.controller.messagebus.app.impl
Methods in org.opendaylight.controller.messagebus.app.impl with type parameters of type EventSource Modifier and Type Method Description <T extends EventSource>
EventSourceRegistration<T>EventSourceTopology. registerEventSource(T eventSource)
<T extends EventSource>
EventSourceRegistration<T>OSGiEventSourceRegistry. registerEventSource(T eventSource)
Methods in org.opendaylight.controller.messagebus.app.impl with parameters of type EventSource Modifier and Type Method Description void
EventSourceTopology. register(EventSource eventSource)
void
EventSourceTopology. unRegister(EventSource eventSource)
-
Uses of EventSource in org.opendaylight.controller.messagebus.spi
Classes in org.opendaylight.controller.messagebus.spi with type parameters of type EventSource Modifier and Type Interface Description interface
EventSourceRegistration<T extends EventSource>
Instance of EventSourceRegistration is returned byEventSourceRegistry.registerEventSource(EventSource)
and it is used to unregister EventSource.Methods in org.opendaylight.controller.messagebus.spi with type parameters of type EventSource Modifier and Type Method Description <T extends EventSource>
EventSourceRegistration<T>EventSourceRegistry. registerEventSource(T eventSource)
Registers the given EventSource for public consumption.
-