See: Description
Interface | Description |
---|---|
GrpcChannelConfigurer |
A configurer for
ManagedChannelBuilder s which can be used by GrpcChannelFactory to customize the
created channels. |
GrpcChannelFactory |
This factory creates grpc
Channel s for a given service name. |
Class | Description |
---|---|
AbstractChannelFactory<T extends ManagedChannelBuilder<T>> |
This abstract channel factory contains some shared code for other
GrpcChannelFactory s. |
InProcessChannelFactory |
This abstract channel factory contains some shared code for other netty based
GrpcChannelFactory s. |
NettyChannelFactory |
This abstract channel factory contains some shared code for other netty based
GrpcChannelFactory s. |
ShadedNettyChannelFactory |
This channel factory creates and managed shaded netty based
GrpcChannelFactory s. |