exponentiationFactor

@Nullable
open fun exponentiationFactor(): @Nullable Double

Exponential backoff multiplier used to compute the next retry delay.

For attempt n, the next delay is roughly previousDelay * exponentiationFactor, capped by maxInterval if set.