Amqpx.Queue.purge
You're seeing just the function
purge
, go back to Amqpx.Queue module for more information.
Link to this function
purge(channel, queue)
Specs
purge(Amqpx.Channel.t(), Amqpx.Basic.queue()) :: {:ok, map()} | Amqpx.Basic.error()
Discards all messages in the Queue.