itk_queue v0.10.8 ITKQueue.DefaultErrorHandler View Source

The default error handler.

Link to this section Summary

Functions

Handles an error that occurred while processing a queue message. Just logs information about the message

Link to this section Functions

Link to this function handle(queue_name, routing_key, payload, e) View Source
handle(
  queue_name :: String.t(),
  routing_key :: String.t(),
  payload :: String.t(),
  e :: Exception.t()
) :: no_return()

Handles an error that occurred while processing a queue message. Just logs information about the message.