ReplayedResult
このコンテンツはまだ日本語訳がありません。
ReplayedResult =
object
Defined in: src/deadletters/DeadLetterEntry.ts:87
The letter was handed back and has left the queue.
Properties
Section titled “Properties”
readonlykind:"replayed"
Defined in: src/deadletters/DeadLetterEntry.ts:88
recipientPath
Section titled “recipientPath”
readonlyrecipientPath:string
Defined in: src/deadletters/DeadLetterEntry.ts:99
Where the letter was actually sent — the alternate path when DeadLetterQueue.replay was given one, and otherwise the recorded DeadLetterEntry.recipientPath.
Reporting the destination rather than echoing the entry’s own field is
the only honest choice once a redirect is possible: a caller that logged
recipientPath from this result would otherwise name the actor that
never received the message.
