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 trivial subclass of the gRPC channel type used to annotate and accept SDK-style channels where agrpc.aio.Channelis expected.
| Class | |
Simple container for a gRPC channel and its resolved address. |
| Class | |
Base class used for SDK channel implementations. |