DeclaredExchangeBuilder

Declare an exchange.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard

Builds the DeclaredExchange instance.