Amqpx.Queue.unsubscribe
You're seeing just the function
unsubscribe
, go back to Amqpx.Queue module for more information.
Link to this function
unsubscribe(channel, consumer_tag)
Specs
unsubscribe(Amqpx.Channel.t(), Amqpx.Basic.consumer_tag()) :: {:ok, String.t()} | Amqpx.Basic.error()
Stops the consumer identified by consumer_tag
from consuming.
Internally just calls Amqpx.Basic.cancel/2
.