amqpx / index / ExchangeBatchConsumerOptions
Type Alias: ExchangeBatchConsumerOptions<T>
ExchangeBatchConsumerOptions<
T> =ExchangeConsumerBindingOptions&BatchConsumerOptions<T>
Defined in: src/exchange/types.ts:35
Options for batch-consuming messages from an exchange. Combines binding options (pattern, optional bindingArgs) with standard BatchConsumerOptions.
Type Parameters
| Type Parameter |
|---|
T |