The ISharedLockFactory contract defines a way for managing locks independent of the underlying technology. It comes with more convenient methods compared to ISharedLockAdapter.
ISharedLockFactory
ISharedLockAdapter
IMPORT_PATH: "@daiso-tech/core/shared-lock/contracts"
"@daiso-tech/core/shared-lock/contracts"
The create method is used to create an instance of ISharedLock.
create
ISharedLock
The
ISharedLockFactorycontract defines a way for managing locks independent of the underlying technology. It comes with more convenient methods compared toISharedLockAdapter.IMPORT_PATH:
"@daiso-tech/core/shared-lock/contracts"