Aller au contenu
Français

CapturedPayload

Ce contenu n’est pas encore disponible dans votre langue.

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.