Expand description
Callback system for message handling
Structs§
- Message
Handler - Message handler that combines both callbacks
- Message
Handler Builder - Builder for creating message handlers with fluent API
Type Aliases§
- Error
Callback - Error handling callback Takes the original message and the error from the primary callback Called only when the primary callback returns an error
- Message
Callback - Primary message processing callback Takes a message and returns Result<(), Error> for processing