class SimpleContextFetchingStrategy
implements
IContextFetchingStrategyexport declare class SimpleContextFetchingStrategy implements IContextFetchingStrategy
readonlyFetchingStrategyOptions options :
retrieveSessionInfoshardId: number) : Promise<SessionInfo | null> (
shardId: number
updateSessionInfoshardId: numbersessionInfo: SessionInfo | null) : import("../..").Awaitable<void> (
shardId: number
sessionInfo: SessionInfo | null