Class RetryUtils.ExponentialBackoff

java.lang.Object
co.elastic.gradle.utils.RetryUtils.ExponentialBackoff
All Implemented Interfaces:
RetryUtils.RetryScheduler
Enclosing class:
RetryUtils

public static class RetryUtils.ExponentialBackoff extends Object implements RetryUtils.RetryScheduler
  • Constructor Details

    • ExponentialBackoff

      public ExponentialBackoff(long base, long cap)
  • Method Details