| Package | Description |
|---|---|
| com.amazon.pay.api |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRetryStrategy
The default retry strategy retries up to 3 times, using an exponential backoff strategy of 2000 * 2^retry
regardless of the request failure reason.
|
class |
ExponentialRetryStrategy
Implement an Exponential Backoff Retry Strategy
|
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy |
PayConfiguration.getRetryStrategy()
Get the retry strategy
|
| Modifier and Type | Method and Description |
|---|---|
PayConfiguration |
PayConfiguration.setRetryStrategy(RetryStrategy retryStrategy)
Set the retry strategy
|
Copyright © 2024. All rights reserved.