[][src]Module wascc_codec::messaging

Message Broker Data Types

This module contains data types for the wascc:messaging capability provider

Structs

BrokerMessage

A representation of a broker message

RequestMessage

A request for the broker to make a request-and-reply publication. Inbox management is handled by the provider implementation, not by the actor

Constants

OP_DELIVER_MESSAGE

The operation to deliver a message to an actor

OP_PERFORM_REQUEST

The operation for an actor to perform a request-reply operation

OP_PUBLISH_MESSAGE

The operation to publish a message from an actor