Type Alias qcs::client::GrpcConnection

source ·
pub type GrpcConnection = RetryService<RefreshService<Channel, ClientConfiguration>>;
Expand description

A type alias for the underlying gRPC connection used by all gRPC clients within this library. It is public so that users can create gRPC clients with different APIs using a “raw” connection initialized by this library. This ensures that the exact Tonic version used for such clients matches what this library uses.

Aliased Type§

struct GrpcConnection { /* private fields */ }