exchangeDelete
suspend fun AMQPChannel.exchangeDelete(deletedExchange: DeletedExchange): AMQPResponse.Channel.Exchange.Deleted
Deletes an exchange using a DeletedExchange instance.
Return
The deleted exchange response.
Parameters
deletedExchange
The DeletedExchange instance containing the deletion properties.
suspend fun AMQPChannel.exchangeDelete(block: DeletedExchangeBuilder.() -> Unit): AMQPResponse.Channel.Exchange.Deleted
Deletes an exchange using a DeletedExchangeBuilder block.
Return
The deleted exchange response.
Parameters
block
The block to configure the DeletedExchangeBuilder.