Module wasmbus_rpc::provider::prelude[][src]

Re-exports

pub use crate::provider::HostBridge;
pub use crate::provider::ProviderDispatch;
pub use crate::provider::ProviderHandler;
pub use crate::RpcResult;

Structs

Context - message passing metadata used by wasmhost Actors and Capability Providers

Link definition for binding actor to provider

A wasmcloud message

Client config defines the intended recipient of a message and parameters that transport may use to adapt sending it

Enums

An error that can occur in the processing of an RPC. This is not request-specific errors but rather cross-cutting errors that can always occur.

Traits

Functions

Start provider services: tokio runtime, logger, nats, and rpc subscriptions

Async provider initialization

Attribute Macros

Derive Macros