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
unbind( Amqpx.Channel.t(), Amqpx.Basic.queue(), Amqpx.Basic.exchange(), keyword() ) :: :ok | Amqpx.Basic.error()
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 typeAmqpx.arguments/0
). See the README for more information. Defaults to[]
.