class WorkerContextFetchingStrategy
implements
IContextFetchingStrategyexport declare class WorkerContextFetchingStrategy implements IContextFetchingStrategy
Constructors
options: FetchingStrategyOptions)
constructor(options: FetchingStrategyOptions
Constructs a new instance of the WorkerContextFetchingStrategy
class
readonlyFetchingStrategyOptions options :
retrieveSessionInfoshardId: number) : Promise<SessionInfo | null> (
shardId: number
updateSessionInfoshardId: numbersessionInfo: SessionInfo | null) : void (
shardId: number
sessionInfo: SessionInfo | null
waitForIdentifyshardId: numbersignal: AbortSignal) : Promise<void> (
shardId: number
signal: AbortSignal