[][src]Module waxosuit_codec::messaging

Message Broker Data Types

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

Structs

BrokerMessage

A representation of a broker message

DeliverMessage

A request to deliver a message to a guest module

PublishMessage

A request to publish a message from a guest module

RequestMessage

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

Constants

OP_DELIVER_MESSAGE
OP_PERFORM_REQUEST
OP_PUBLISH_MESSAGE