Interface FunctionalityReadyRegistration<S>


  • public interface FunctionalityReadyRegistration<S>
    Registration of a FunctionalityReady, used to unregister() it again.

    Intentionally not using org.osgi.framework.ServiceRegistration, as the ServiceReference is irrelevant, there are no properties (we would want any multiple instances to be distinguished by static type, not properties, to make it easier to integrate with other Dependency Injection frameworks), and to avoid an otherwise unnecessary dependency of ready-api to the OSGi Core API.

    Author:
    Michael Vorburger.ch
    • Method Detail

      • unregister

        void unregister()