Amqpx.Basic.ack
You're seeing just the function
ack
, go back to Amqpx.Basic module for more information.
Link to this function
ack(channel, delivery_tag, options \\ [])
Specs
ack(Amqpx.Channel.t(), delivery_tag(), keyword()) :: :ok | error()
Acknowledges one or more messages.
Options
:multiple
- If set, all messages up to the one specified bydelivery_tag
are acknowledged. Defaults tofalse
.