class SimpleContextFetchingStrategy

export declare class SimpleContextFetchingStrategy implements IContextFetchingStrategy

readonly
options : FetchingStrategyOptions

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

updateSessionInfo(
shardId: number
sessionInfo: SessionInfo | null
) : Awaitable<void>

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