class WorkerContextFetchingStrategy

external
declare class WorkerContextFetchingStrategy implements IContextFetchingStrategy

Constructors

constructor()

Constructs a new instance of the WorkerContextFetchingStrategy class

readonlyexternal
options : FetchingStrategyOptions

external
retrieveSessionInfo(
shardId: number
) : Promise<SessionInfo | null>

external
updateSessionInfo(
shardId: number
sessionInfo: SessionInfo | null
) : void

external
waitForIdentify(
shardId: number
signal: AbortSignal
) : Promise<void>