off_broadway_mqtt v0.1.0 OffBroadway.MQTT.Error exception View Source

Exceptions can be used to influence the behaviour of the message acknowledger. See OffBroadway.MQTT.Acknowledger for more details.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %module(){
  :__exception__ => true,
  optional(:ack) => :retry | :ignore | any(),
  optional(:message) => String.t(),
  optional(atom()) => any()
}