Skip to content

ThreadExecutionCoordinator

acquire(options): Promise<
| ThreadExecutionLease
| null>;
Parameter Type

options

{ ownerId: string; tenantId: string; threadId: string; ttlMs: number; }

options.ownerId

string

options.tenantId

string

options.threadId

string

options.ttlMs

number

Promise< | ThreadExecutionLease | null>