public final class Retrier extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Retrier.Builder
Builder 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.