Interface IContextFetchingStrategy

Strategies responsible solely for making manager information accessible

Hierarchy

  • IContextFetchingStrategy

Implemented by

Properties

Methods

  • Parameters

    Returns Awaitable<void>

  • 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.

    Parameters

    • shardId: number
    • signal: AbortSignal

    Returns Promise<void>

Generated using TypeDoc