Search...

IContextFetchingStrategy

export interface IContextFetchingStrategy 
export interface IContextFetchingStrategy 
Strategies responsible solely for making manager information accessible
Readonly

retrieveSessionInfo

:

(shardId: number) => Awaitable<SessionInfo | null>

updateSessionInfo

:

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