wasmcloud_runtime::capability::messaging::types

Type Alias Client

source
pub type Client = Box<dyn Client + Send + Sync>;
Expand description

A connection to a message-exchange service (e.g., buffer, broker, etc.).

Aliased Typeยง

struct Client(/* private fields */);