Type Alias mz_compute_client::service::ComputeGrpcClient

source ·
pub type ComputeGrpcClient = GrpcClient<ComputeProtoServiceTypes>;
Expand description

TODO(#25239): Add documentation.

Aliased Type§

struct ComputeGrpcClient {
    tx: UnboundedSender<ProtoComputeCommand>,
    rx: Streaming<ProtoComputeResponse>,
}

Fields§

§tx: UnboundedSender<ProtoComputeCommand>§rx: Streaming<ProtoComputeResponse>