class documentation
Simple container for a gRPC channel and its resolved address.
| Parameters | |
| channel | The underlying grpc.aio.Channel instance. |
| address | The resolved address string (for example 'host:port') that was used to create the channel. |
| Method | __init__ |
Initialize an AddressChannel instance. |
| Instance Variable | address |
Resolved address string used to create the channel. |
| Instance Variable | channel |
The underlying gRPC channel instance. |