coney v2.2.0 Coney.Consumer behaviour
Link to this section Summary
Link to this section Types
Link to this type
stacktrace()
stacktrace()
stacktrace() :: []
stacktrace() :: []
Link to this section Callbacks
Link to this callback
connection()
(optional)
connection()
(optional)
connection() :: map()
connection() :: map()
Link to this callback
error_happend(exception, message, meta) (optional)
Link to this callback
error_happend(exception, stacktrace, message, meta)
(optional)
error_happend(exception, stacktrace, message, meta)
(optional)
error_happend(
exception :: struct(),
stacktrace :: stacktrace(),
message :: binary(),
meta :: map()
) :: :ok | :reject | :redeliver | {:reply, binary()}
error_happend( exception :: struct(), stacktrace :: stacktrace(), message :: binary(), meta :: map() ) :: :ok | :reject | :redeliver | {:reply, binary()}
Link to this callback
parse(message, meta)
Link to this callback