Trait linera_rpc::simple::ConnectionPool
source · pub trait ConnectionPool: Send {
// Required method
fn send_message_to<'a>(
&'a mut self,
message: RpcMessage,
address: &'a str,
) -> BoxFuture<'a, Result<(), Error>>;
}
Expand description
A pool of (outgoing) data streams.