public final class Retrier extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Retrier.BuilderBuilder for a  Retrier. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Retrier.Builder | builder() | 
| Double | getBackoffRate() | 
| List<String> | getErrorEquals() | 
| Integer | getIntervalSeconds() | 
| Integer | getMaxAttempts() | 
public List<String> getErrorEquals()
public Integer getIntervalSeconds()
public Integer getMaxAttempts()
public Double getBackoffRate()
getIntervalSeconds() on each attempt.public static Retrier.Builder builder()
Retrier.Copyright © 2024. All rights reserved.