Class LinearBackoffComputer

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

public class LinearBackoffComputer extends RetryLimitedBackoffComputer
  • Constructor Details

    • LinearBackoffComputer

      public LinearBackoffComputer(int maxRetries, long delayInterval)
  • Method Details