exchangeUnbind
suspend fun AMQPChannel.exchangeUnbind(unboundExchange: UnboundExchange): AMQPResponse.Channel.Exchange.Unbound
Unbinds an exchange using a UnboundExchange instance.
Return
The unbound exchange response.
Parameters
unboundExchange
The UnboundExchange instance containing the exchange unbinding properties.
suspend fun AMQPChannel.exchangeUnbind(block: UnboundExchangeBuilder.() -> Unit): AMQPResponse.Channel.Exchange.Unbound
Unbinds an exchange using a UnboundExchangeBuilder block.
Return
The unbound exchange response.
Parameters
block
The block to configure the UnboundExchangeBuilder.