Module wasmbus_rpc::provider[][src]

Expand description

common provider wasmbus support

Re-exports

pub use ratsio;

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 Definitions

format of log message sent to main thread for output to logger