Aller au contenu
Français

ReplayedResult

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

ReplayedResult = object

Defined in: src/deadletters/DeadLetterEntry.ts:87

The letter was handed back and has left the queue.

readonly kind: "replayed"

Defined in: src/deadletters/DeadLetterEntry.ts:88


readonly recipientPath: 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.