Pular para o conteúdo
Português (BR)

DynamoDbPluginHandles

Este conteúdo não está disponível em sua língua ainda.

DynamoDbPluginHandles = object

Defined in: src/persistence/journals/DynamoDbPlugin.ts:20

readonly durableStateStore: DynamoDbDurableStateStore

Defined in: src/persistence/journals/DynamoDbPlugin.ts:27

The DurableState store instance. PersistenceExtension carries no DurableState registry (same as every other plugin), so callers who want DurableState read it from the return value and pass it into their DurableStateActor options.