See: Description
| Interface | Description |
|---|---|
| GrpcServiceDiscoverer |
An interface for a bean that will be used to find grpc services and codecs.
|
| Class | Description |
|---|---|
| AnnotationGrpcServiceDiscoverer |
A
GrpcServiceDiscoverer that searches for beans with the GrpcService annotations. |
| GrpcServiceDefinition |
Container class that contains all relevant information about a grpc service.
|
| Annotation Type | Description |
|---|---|
| GrpcService |
Annotation that marks gRPC services that should be registered with a gRPC server.
|