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.
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 Summary
Modifier and TypeMethodDescriptionFind the grpc services that should provided by the server.
-
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.
-