Module wasmbus_rpc::provider[][src]

Expand description

common provider wasmbus support

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.

MSG protocol message is used to deliver an application message to the client. MSG [reply-to] <#bytes>\r\n[payload]\r\n

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