Interface GrpcServiceDiscoverer

All Known Implementing Classes:
DefaultGrpcServiceDiscoverer

public interface GrpcServiceDiscoverer
Discovers gRPC services to be provided by the server.
Author:
Michael ([email protected]), Chris Bono
  • Method Details

    • findServices

      List<GrpcServiceSpec> findServices()
      Find the specs of the available gRPC services. The spec can then be passed into a service configurer to bind and configure an actual service definition.
      Returns:
      list of service specs - empty when no services available
    • listServiceNames

      List<String> listServiceNames()
      Find the names of the available gRPC services.
      Returns:
      list of service names - empty when no services available