Amqpx.Queue.empty-question-mark
You're seeing just the function
empty-question-mark
, go back to Amqpx.Queue module for more information.
Link to this function
empty?(channel, queue)
Specs
empty?(Amqpx.Channel.t(), Amqpx.Basic.queue()) :: boolean() | no_return()
Returns true if queue is empty (has no messages ready), false otherwise.