Interface ServiceRegistry

    • Method Detail

      • getService

        ServiceController<?> getService​(ServiceName serviceName)
        Get a service, returning null if it is not found.
        Parameters:
        serviceName - the service name
        Returns:
        the service controller for the corresponding service, or null if it is not found
      • getServiceNames

        List<ServiceName> getServiceNames()
        Get a list of service names installed in this registry.
        Returns:
        the list