public interface GrpcServiceDiscoverer
GrpcServerFactory
which then uses them to configure the server.Modifier and Type | Method and Description |
---|---|
java.util.Collection<GrpcCodecDefinition> |
findGrpcCodec()
Find the grpc codecs that should uses by the server.
|
java.util.Collection<GrpcServiceDefinition> |
findGrpcServices()
Find the grpc services that should provided by the server.
|
java.util.Collection<GrpcServiceDefinition> findGrpcServices()
java.util.Collection<GrpcCodecDefinition> findGrpcCodec()