Interface ServiceStatusProvider
- 
public interface ServiceStatusProviderApps 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 ServiceDescriptorgetServiceDescriptor()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)
 
 
 - 
 
 -