Skip to main content

Module message

Module message 

Source
Expand description

Native and encoded-payload messages use the shared engine.

Structs§

EncodedMessage
Already-encoded application payload, separate from the outer envelope.
Message
Decoded message with its original frame retained for unknown fields/forwarding.
OutboundMessage
Complete envelope and flags, before the router assigns a correlation ID.
TypedMessage
Native payload paired with an explicit wire name; this is not schema proof.

Traits§

IntoOutboundMessage
Prepare a named message using one protocol’s availability gates and codec.