DeclaredExchange

data class DeclaredExchange(val name: String, val type: String, val durable: Boolean, val autoDelete: Boolean, val internal: Boolean, val arguments: <Error class: unknown class>)

Declare an exchange.

Constructors

Link copied to clipboard
constructor(name: String, type: String, durable: Boolean, autoDelete: Boolean, internal: Boolean, arguments: <Error class: unknown class>)

Properties

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

Additional arguments (check RabbitMQ documentation).

Link copied to clipboard

If enabled, exchange will be deleted when the last consumer has stopped consuming.

Link copied to clipboard

If enabled, creates an exchange stored on disk; otherwise, transient.

Link copied to clipboard

Whether the exchange cannot be directly published to by client.

Link copied to clipboard

Name of the exchange.

Link copied to clipboard

Type of the exchange.