BoundExchange

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

Bind an exchange to another exchange.

Constructors

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

Properties

Link copied to clipboard

Bind only to messages matching given options.

Link copied to clipboard

Output exchange.

Link copied to clipboard

Bind only to messages matching routingKey.

Link copied to clipboard

Input exchange.