public final class Retrier extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
Retrier.Builder |
Builder for a
Retrier . |
Modifier and Type | Method | Description |
---|---|---|
static Retrier.Builder |
builder() |
|
Double |
getBackoffRate() |
|
List<String> |
getErrorEquals() |
|
Integer |
getIntervalSeconds() |
|
Integer |
getMaxAttempts() |
public static Retrier.Builder builder()
Retrier
.public List<String> getErrorEquals()
public Integer getIntervalSeconds()
public Integer getMaxAttempts()
public Double getBackoffRate()
getIntervalSeconds()
on each attempt.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.