Class OSGiEventSourceRegistry
- java.lang.Object
-
- org.opendaylight.controller.messagebus.app.impl.OSGiEventSourceRegistry
-
- All Implemented Interfaces:
AutoCloseable,org.opendaylight.controller.messagebus.spi.EventSourceRegistry
@Beta @Deprecated(forRemoval=true) public final class OSGiEventSourceRegistry extends Object implements org.opendaylight.controller.messagebus.spi.EventSourceRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description OSGiEventSourceRegistry()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated, for removal: This API element is subject to removal in a future version.<T extends org.opendaylight.controller.messagebus.spi.EventSource>
org.opendaylight.controller.messagebus.spi.EventSourceRegistration<T>registerEventSource(T eventSource)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
registerEventSource
public <T extends org.opendaylight.controller.messagebus.spi.EventSource> org.opendaylight.controller.messagebus.spi.EventSourceRegistration<T> registerEventSource(T eventSource)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
registerEventSourcein interfaceorg.opendaylight.controller.messagebus.spi.EventSourceRegistry
-
close
public void close()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceAutoCloseable
-
-