Class BindingBrokerWiring

  • All Implemented Interfaces:
    AutoCloseable

    @Deprecated(forRemoval=true)
    public class BindingBrokerWiring
    extends Object
    implements AutoCloseable
    Deprecated, for removal: This API element is subject to removal in a future version.
    Provides the implementations of the APIs.

    Intended to be usable in a standalone environment (non-OSGi/Karaf). Also internally used by the Blueprint XML to expose the same as OSGi services. This class does not require (depend on) the Guice dependency injection framework, but can we used with it.

    Author:
    Michael Vorburger.ch, partially based on refactored code originally by Thomas Pantelis