[][src]Module wascc_actor::untyped

Message Broker

This module contains the message broker client interface through which actor modules access a bound wascc:messaging capability provider

Structs

UntypedHostBinding

An untyped (or "raw") host binding. This allows the actor to send arbitary binary payloads with named operations. This will likely be wrapped by a fit-for-purpose API that uses types outside the scope of waSCC's first-party capabilities.

Functions

default

Create a default untyped/raw host binding

host

Create a new named untyped/raw host binding