Skip to main content

Module message

Module message 

Source

Structs§

IncomingMessage
An untyped IPC message received from another endpoint.
OutgoingMessage
An untyped IPC message to be sent to another endpoint.
TypedIncomingMessage
A typed wrapper around IncomingMessage that stores the payload as a deserialized type.
TypedOutgoingMessage
A typed wrapper around OutgoingMessage that stores the payload as a deserialized type.

Traits§

PayloadTypeName
This trait is used to ensure that the payload type has a topic associated with it.