Class ExponentialBackoffDelayStrategyWithJitter

  • All Implemented Interfaces:
    DelayStrategy

    public class ExponentialBackoffDelayStrategyWithJitter
    extends ExponentialBackoffDelayStrategy
    Delay strategy that increases the wait time exponentially until a max time has been reached.
    • Constructor Detail

      • ExponentialBackoffDelayStrategyWithJitter

        public ExponentialBackoffDelayStrategyWithJitter​(long maxDelayInMillis)