@cloudamqp/amqp-client
    Preparing search index...

    Type Alias ExchangeOptions

    ExchangeOptions: ExchangeParams & { arguments?: Record<string, unknown> }

    Options for AMQPSession#exchange and the typed-exchange shortcuts. Combines exchange declaration parameters (passive, durable, autoDelete, internal) with the exchange arguments table (x-delayed-type, alternate-exchange, ...).

    Type declaration

    • Optionalarguments?: Record<string, unknown>

      Exchange arguments table (e.g. { "x-delayed-type": "direct" }).