IContextFetchingStrategyexport interface IContextFetchingStrategy export interface IContextFetchingStrategy SummaryStrategies responsible solely for making manager information accessiblePropertiesReadonlyoptions:FetchingStrategyOptionsretrieveSessionInfo:(shardId: number) => Awaitable<SessionInfo | null>updateSessionInfo:(shardId: number, sessionInfo: SessionInfo | null) => Awaitable<void>
IContextFetchingStrategyexport interface IContextFetchingStrategy export interface IContextFetchingStrategy SummaryStrategies responsible solely for making manager information accessiblePropertiesReadonlyoptions:FetchingStrategyOptionsretrieveSessionInfo:(shardId: number) => Awaitable<SessionInfo | null>updateSessionInfo:(shardId: number, sessionInfo: SessionInfo | null) => Awaitable<void>