off_broadway_mqtt v0.1.0 OffBroadway.MQTT.Acknowledger View Source
Implements Broadway.Acknowledger
behaviour.
Special exceptions with a ack
field can tell the acknowledger to :ignore
or :retry
a message if it reached the end of the pipeline. For every other
exception an error is logged with the the exception's message/1
result as
message.
Link to this section Summary
Link to this section Types
Link to this type
ack_data()
View Source
ack_data()
View Source
ack_data() :: %{
queue: GenServer.name(),
tries: non_neg_integer(),
config: OffBroadway.MQTT.Config.t()
}
ack_data() :: %{ queue: GenServer.name(), tries: non_neg_integer(), config: OffBroadway.MQTT.Config.t() }