Skip to content

amqpx v1.0.1


amqpx / index / ExchangeConsumerOptions

Type Alias: ExchangeConsumerOptions<T>

ExchangeConsumerOptions<T> = ExchangeConsumerBindingOptions & ConsumerOptions<T>

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

Options for consuming messages from an exchange. Combines binding options (pattern, optional bindingArgs) with standard ConsumerOptions.

Type Parameters

Type Parameter
T

Released under the MIT License.