# Packages

No description provided by the author

# Functions

No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

Consumer defines an interface for blocking action for listening for incoming events and invoking handler on each of them when Consumer returns, it is always one of Error defined values wrapped.
MessageHandler is called to handle message found by Consumer.

# Type aliases

No description provided by the author
MessageHandlerFunc is a function implementing MessageHandler interface.