Class 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 Detail

      • OSGiEventSourceRegistry

        public OSGiEventSourceRegistry()
        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:
        registerEventSource in interface org.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:
        close in interface AutoCloseable