defaultDeadLetterPersistenceId
Esta página aún no está disponible en tu idioma.
defaultDeadLetterPersistenceId(
systemName):string
Defined in: src/deadletters/DeadLetterQueueOptions.ts:85
Persistence id the persistent store writes under when none is given.
Carries the system name so two systems sharing a journal — a common multi-tenant or test arrangement — do not fold their queues together and replay each other’s letters into actors that never existed on the other side.
Parameters
Section titled “Parameters”systemName
Section titled “systemName”string
Returns
Section titled “Returns”string
