Amqpx.Queue.unbind

You're seeing just the function unbind, go back to Amqpx.Queue module for more information.
Link to this function

unbind(channel, queue, exchange, options \\ [])

Specs

Unbinds a Queue from an Exchange.

Options

  • :routing_key - The routing queue for removing the binding. Defaults to "".
  • :arguments - A list of arguments to pass when unbinding (of type Amqpx.arguments/0). See the README for more information. Defaults to [].