exchangeUnbind

abstract suspend fun exchangeUnbind(destination: String, source: String, routingKey: String, arguments: Table = emptyMap()): AMQPResponse.Channel.Exchange.Unbound

Unbind an exchange from another exchange.

Return

AMQPResponse.Channel.Exchange.Unbound

Parameters

destination

Output exchange.

source

Input exchange.

routingKey

Unbind only from messages matching routingKey.

arguments

Unbind only from messages matching given options.