Ir al contenido
Español

CapturedPayload

Esta página aún no está disponible en tu idioma.

CapturedPayload = object

Defined in: src/deadletters/DeadLetterEntry.ts:15

A payload that was captured whole and can be redelivered as-is.

readonly kind: "captured"

Defined in: src/deadletters/DeadLetterEntry.ts:16


readonly message: unknown

Defined in: src/deadletters/DeadLetterEntry.ts:18

The original message object, byte-for-byte what the sender sent.