Class ExponentialBackoffStrategy.Builder

  • Enclosing class:
    ExponentialBackoffStrategy

    public static class ExponentialBackoffStrategy.Builder
    extends java.lang.Object
    Build a new ExponentialBackoffStrategy. This builder only supports setting maxAttempts, because that's the only variable that we recommend users change in production. If you need to modify other values for debugging, or other purposes, then you can use the constructor directly.