interface IContextFetchingStrategy
Strategies responsible solely for making manager information accessible
readonlyexternalFetchingStrategyOptions options :
external retrieveSessionInfoshardId: number) : Awaitable<SessionInfo | null> (
shardId: number
external updateSessionInfoshardId: numbersessionInfo: SessionInfo | null) : Awaitable<void> (
shardId: number
sessionInfo: SessionInfo | null
external waitForIdentifyshardId: numbersignal: AbortSignal) : Promise<void> (
shardId: number
signal: AbortSignal
Resolves once the given shard should be allowed to identify This should correctly handle the signal and reject with an abort error if the operation is aborted. Other errors will cause the shard to reconnect.