Перейти к содержимому
Русский

MariaDbPluginHandles

Это содержимое пока не доступно на вашем языке.

MariaDbPluginHandles = object

Defined in: src/persistence/journals/MariaDbPlugin.ts:17

readonly durableStateStore: MariaDbDurableStateStore

Defined in: src/persistence/journals/MariaDbPlugin.ts:24

The DurableState store instance. PersistenceExtension carries no DurableState registry (same as the object-storage / Postgres plugins), so callers who want DurableState read this from the return value and pass it into their DurableStateActor options.