See: Description
| Interface | Description |
|---|---|
| GrpcChannelConfigurer |
A configurer for
ManagedChannelBuilders which can be used by GrpcChannelFactory to customize the
created channels. |
| GrpcChannelFactory |
This factory creates grpc
Channels for a given service name. |
| Class | Description |
|---|---|
| AbstractChannelFactory<T extends ManagedChannelBuilder<T>> |
This abstract channel factory contains some shared code for other
GrpcChannelFactorys. |
| InProcessChannelFactory |
This channel factory creates and manages in-process
GrpcChannelFactorys. |
| InProcessOrAlternativeChannelFactory |
This channel factory is a switch between the
InProcessChannelFactory and an alternative implementation. |
| NettyChannelFactory |
This channel factory creates and manages netty based
GrpcChannelFactorys. |
| ShadedNettyChannelFactory |
This channel factory creates and manages shaded netty based
GrpcChannelFactorys. |