Skip to content

amqpx v1.0.1


amqpx / index / ExchangeOptions

Type Alias: ExchangeOptions ​

ExchangeOptions = amqp.Options.AssertExchange & object

Defined in: src/exchange/types.ts:56

Type Declaration ​

assertionMode? ​

optional assertionMode?: AssertionMode

Controls how the exchange is verified against the broker when assert() is called. Defaults to AssertionMode.Assert.

See ​

AssertionMode

Released under the MIT License.