IContextFetchingStrategy

interface IContextFetchingStrategy
interface IContextFetchingStrategy
Strategies responsible solely for making manager information accessible
Readonly
retrieveSessionInfo(shardId):Awaitable<SessionInfo | null>
NameTypeOptionalDescription
shardIdnumberNoNone
updateSessionInfo(shardId, sessionInfo):Awaitable<void>
NameTypeOptionalDescription
shardIdnumberNoNone
sessionInfoSessionInfo | nullNoNone
waitForIdentify():Promise<void>