module documentation
Thin wrappers around the underlying gRPC channel used by the SDK.
This module exposes two small helper classes:
AddressChannelpairs agrpc.aio.Channelwith the resolved address string used to create it. The SDK uses this wrapper to keep track of which transport channel corresponds to which logical endpoint.ChannelBaseis a small subclass of the gRPC channel type. Use it for SDK channels where code expectsgrpc.aio.Channel.
| Class | |
Simple container for a gRPC channel and its resolved address. |
| Class | |
Base class used for SDK channel implementations. |