Type Alias SharedLockFactorySettings

SharedLockFactorySettings: SharedLockFactorySettingsBase & {
    adapter: ISharedLockAdapter;
}

Configuration for SharedLockFactory. Extends SharedLockFactorySettingsBase with a required adapter.

IMPORT_PATH: "@daiso-tech/core/shared-lock"

Type declaration

  • adapter: ISharedLockAdapter

    The underlying shared-lock adapter that handles the actual locking operations.