class WorkerContextFetchingStrategy
implements
IContextFetchingStrategydeclare 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