Module wasmbus_rpc::provider

source ·
Expand description

common provider wasmbus support

Re-exports

  • pub use crate::rpc_client::make_uuid;

Modules

Structs

  • HostBridge manages the NATS connection to the host, and processes subscriptions for links, health-checks, and rpc messages. Callbacks from HostBridge are implemented by the provider in the [ProviderHandler] implementation.

Traits

  • CapabilityProvider handling of messages from host The HostBridge handles most messages and forwards the remainder to this handler

Type Aliases