See: Description
Interface | Description |
---|---|
GrpcCodecDiscoverer |
An interface for a bean that will be used to find grpc codecs.
|
Class | Description |
---|---|
AnnotationGrpcCodecDiscoverer |
A
GrpcCodecDiscoverer that searches for beans with the GrpcCodec annotations. |
GrpcCodecDefinition |
Container class that contains all relevant information about a grpc codec.
|
Enum | Description |
---|---|
CodecType |
The type of the codec.
|
Annotation Type | Description |
---|---|
GrpcCodec |
Annotation that marks gRPC codecs that should be registered with a gRPC server.
|