Expand description
Message
struct, MessagePeek
and MessageProcess
trait
Structs§
- Echo
Processor - A MessageProcess implementation which echoes back the original message.
- Message
- A zero-cost lapin::message::Delivery newtype.
- Noop
Peeker - A MessagePeek implementation which does nothing.
Enums§
- Message
Error - Error actions used both by MessagePeek and MessageProcess trait implementations.
Traits§
- Message
Peek - A trait to peek the Message and returns success or error.
- Message
Process - A trait to process the Message and returns the response data or modified data.