queueUnbind
Unbinds a queue using a UnboundQueue instance.
Return
The unbound queue response.
Parameters
unboundQueue
The UnboundQueue instance containing the queue unbinding properties.
suspend fun AMQPChannel.queueUnbind(block: UnboundQueueBuilder.() -> Unit): AMQPResponse.Channel.Queue.Unbound
Unbinds a queue using a UnboundQueueBuilder block.
Return
The unbound queue response.
Parameters
block
The block to configure the UnboundQueueBuilder.