Pular para o conteúdo
Português (BR)

ConsumerControllerSettings

Este conteúdo não está disponível em sua língua ainda.

Defined in: src/delivery/ConsumerController.ts:5

T

readonly handler: (body) => void | Promise<void>

Defined in: src/delivery/ConsumerController.ts:11

Invoked for every successfully delivered (un-duplicated) message. The controller Acks AFTER the handler returns — if the handler returns a Promise, the Ack is delayed until it settles.

T

void | Promise<void>