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

Stops the consumer identified by consumer_tag from consuming.

Internally just calls Amqpx.Basic.cancel/2.