CapturedPayload
CapturedPayload =
object
Defined in: src/deadletters/DeadLetterEntry.ts:15
A payload that was captured whole and can be redelivered as-is.
Properties
Section titled “Properties”
readonlykind:"captured"
Defined in: src/deadletters/DeadLetterEntry.ts:16
message
Section titled “message”
readonlymessage:unknown
Defined in: src/deadletters/DeadLetterEntry.ts:18
The original message object, byte-for-byte what the sender sent.
