All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qas.api.internal.CustomBackoffStrategy Maven / Gradle / Ivy

The newest version!
package org.qas.api.internal;

/**
 * CustomBackoffStrategy
 *
 * @author: Dzung Nguyen
 * @version: $Id CustomBackoffStrategy 2014-03-26 17:38:30z dungvnguyen $
 * @since 1.0
 */
public abstract class CustomBackoffStrategy {
  /**
   * @return the backoff period based on the number of attempts.
   */
  public abstract int getBackoffPeriod(int retryAttempts);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy