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 Detail

      • getServiceDescriptor

        @NonNull ServiceDescriptor getServiceDescriptor()
        Called back whenever a query comes for the current status of the registered services.
        Returns:
        current ServiceDescriptor (never null)