UnboundExchange

data class UnboundExchange(val destination: String, val source: String, val routingKey: String, val arguments: Table)

Unbind an exchange from another exchange.

Constructors

Link copied to clipboard
constructor(destination: String, source: String, routingKey: String, arguments: Table)

Properties

Link copied to clipboard

Unbind only from messages matching given options.

Link copied to clipboard

Output exchange.

Link copied to clipboard

Unbind only from messages matching routingKey.

Link copied to clipboard

Input exchange.