Interface ServiceDiscovery


@Deprecated(since="4.8.0") public interface ServiceDiscovery
Deprecated.
Allows SPIs to implement custom Service Discovery.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the list of services.
  • Method Details

    • getServices

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

      This method may return an empty list.

      Parameters:
      name - the service name