Type Alias ISharedLockFactoryResolver<TAdapters>

ISharedLockFactoryResolver: { use(adapterName?: TAdapters): ISharedLockFactory }

The ISharedLockFactoryResolver contract makes it easy to configure and switch between different ISharedLockFactory dynamically.

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

Type Parameters

  • TAdapters extends string = string

Type declaration