Search...

IContextFetchingStrategy

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

retrieveSessionInfo

:

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

updateSessionInfo

:

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