Optional
createOwnerId?: () => stringYou can pass your owner id generator function.
Optional
defaultBlockingInterval?: TimeSpanThe default refresh time used in the ILock
acquireBlocking
and runBlocking
methods.
Optional
defaultBlockingTime?: TimeSpanThe default refresh time used in the ILock
acquireBlocking
and runBlocking
methods.
Optional
defaultRefreshTime?: TimeSpanThe default refresh time used in the ILock
referesh
method.
TimeSpan.fromMinutes(5);
Optional
defaultTtl?: TimeSpan | nullYou can decide the default ttl value for ILock
expiration. If null is passed then no ttl will be used by default.
Optional
eventBus?: IEventBus<any>Optional
lazyPromiseFactory?: Factory<AsyncLazy<any>, LazyPromise<any>>You can pass a Factory
of LazyPromise
to configure default settings for all LazyPromise
instances used in the LockProvider
class.
Optional
serdeTransformerName?: string
IMPORT_PATH:
"@daiso-tech/core/lock"