Interface GrpcServiceDiscoverer

All Known Implementing Classes:
AnnotationGrpcServiceDiscoverer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GrpcServiceDiscoverer
An interface for a bean that will be used to find grpc services and codecs. These will then be provided to the GrpcServerFactory which then uses them to configure the server.
Since:
5/17/16
  • Method Details

    • findGrpcServices

      Collection<GrpcServiceDefinition> findGrpcServices()
      Find the grpc services that should provided by the server.
      Returns:
      The grpc services that should be provided. Never null.