콘텐츠로 이동
한국어

CapturedPayload

이 콘텐츠는 아직 번역되지 않았습니다.

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.