Interface IIdentifyThrottler

IdentifyThrottlers are responsible for dictating when a shard is allowed to identify.

Hierarchy

  • IIdentifyThrottler

Implemented by

Methods

Methods

  • Resolves once the given shard should be allowed to identify, or rejects if the operation was aborted.

    Parameters

    • shardId: number
    • signal: AbortSignal

    Returns Promise<void>

Generated using TypeDoc