Interface ServiceStatusProvider
-
public interface ServiceStatusProvider
Apps can register an implementation of this interface in the OSGi service registry if they want to expose their live status.- Author:
- Faseela K
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull ServiceDescriptor
getServiceDescriptor()
Called back whenever a query comes for the current status of the registered services.
-
-
-
Method Detail
-
getServiceDescriptor
@NonNull ServiceDescriptor getServiceDescriptor()
Called back whenever a query comes for the current status of the registered services.- Returns:
- current ServiceDescriptor (never null)
-
-