Interface FunctionalityReadyRegistration<S>
-
public interface FunctionalityReadyRegistration<S>
Registration of aFunctionalityReady
, used tounregister()
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unregister()
-