pub trait ComputeClient<T = Timestamp>: GenericClient<ComputeCommand<T>, ComputeResponse<T>> { }
Expand description

A client to a compute server.

Trait Implementations§

Sends a command to the dataflow server. Read more
Receives the next response from the dataflow server. Read more
Returns an adapter that treats the client as a stream. Read more

Implementors§