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)
Deprecated, for removal: This API element is subject to removal in a future version.<T extends EventSource>
EventSourceRegistration<T>OSGiEventSourceRegistry. registerEventSource(T eventSource)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.controller.messagebus.app.impl with parameters of type EventSource Modifier and Type Method Description void
EventSourceTopology. register(EventSource eventSource)
Deprecated, for removal: This API element is subject to removal in a future version.void
EventSourceTopology. unRegister(EventSource eventSource)
Deprecated, for removal: This API element is subject to removal in a future version. -
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>
Deprecated, for removal: This API element is subject to removal in a future version.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)
Deprecated, for removal: This API element is subject to removal in a future version.Registers the given EventSource for public consumption.
-