Zum Inhalt springen
Deutsch

CapturedPayload

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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.