Module message

Source
Expand description

Message struct, MessagePeek and MessageProcess trait

Structs§

EchoProcessor
A MessageProcess implementation which echoes back the original message.
Message
A zero-cost lapin::message::Delivery newtype.
NoopPeeker
A MessagePeek implementation which does nothing.

Enums§

MessageError
Error actions used both by MessagePeek and MessageProcess trait implementations.

Traits§

MessagePeek
A trait to peek the Message and returns success or error.
MessageProcess
A trait to process the Message and returns the response data or modified data.