Class Configuration for exponential-backoff polling loops used throughout the SDK.Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
initialDelay up to maxDelay, with optional random jitter to prevent
thundering-herd effects when many clients poll in parallel.
The total number of attempts is capped at maxAttempts.
Constructors
CrossmintPollingConfig
Properties
initialDelay
maxDelay).
maxDelay
maxAttempts
jitter
true, each computed delay is multiplied by a random factor in the range [0.5, 1.0) to spread retries across time.
backoffFactor
Methods
delayForAttempt
attempt index.
