amqpx / index / ExchangeOptions
Type Alias: ExchangeOptions
ExchangeOptions =
amqp.Options.AssertExchange&object
Defined in: src/exchange/types.ts:56
Type Declaration
assertionMode?
optionalassertionMode?:AssertionMode
Controls how the exchange is verified against the broker when assert() is called. Defaults to AssertionMode.Assert.
See
AssertionMode