See: Description
| Interface | Description |
|---|---|
| StubTransformer |
A stub transformer will be used by the
GrpcClientBeanPostProcessor to configure the stubs before they are
assigned to their fields. |
| Class | Description |
|---|---|
| GrpcClientBeanPostProcessor |
This
BeanPostProcessor searches for fields and methods in beans that are annotated with GrpcClient
and sets them. |
| Annotation Type | Description |
|---|---|
| GrpcClient |
An annotation for fields of type
Channel or subclasses of AbstractStub/gRPC client services. |