Class ExponentialBackoffComputer

java.lang.Object
com.evolveum.midpoint.util.backoff.RetryLimitedBackoffComputer
com.evolveum.midpoint.util.backoff.ExponentialBackoffComputer
All Implemented Interfaces:
BackoffComputer

public class ExponentialBackoffComputer extends RetryLimitedBackoffComputer
  • Constructor Details

    • ExponentialBackoffComputer

      public ExponentialBackoffComputer(int maxRetries, long baseDelayInterval, int exponentialThreshold, Long delayIntervalLimit)
  • Method Details