Interface ServiceDiscovery


public interface ServiceDiscovery
Allows SPIs to implement custom Service Discovery.
See Also:
  • Method Details

    • getServices

      List<ServiceDefinition> getServices(String name)
      Gets the list of services.

      This method may return an empty list.

      Parameters:
      name - the service name