Skip to content

amqpx v1.0.1


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

Released under the MIT License.