UnboundExchange

data class UnboundExchange(val destination: String, val source: String, val routingKey: String, val arguments: <Error class: unknown class>)

Unbind an exchange from another exchange.

Constructors

Link copied to clipboard
constructor(destination: String, source: String, routingKey: String, arguments: <Error class: unknown class>)

Properties

Link copied to clipboard
val arguments: <Error class: unknown class>

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.