| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient.config |
| Modifier and Type | Field and Description |
|---|---|
static RequestCapStrategy |
RequestCapStrategy.FAIL
Fail strategy: Do not attempt to repeat requests until they succeed; throw an exception for every failure.
|
static RequestCapStrategy |
RequestCapStrategy.RETRY
Default retry configuration: Make one attempt every 15 seconds and fail if 5 successive retries are blocked by the request cap.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestCapStrategy |
RequestCapStrategy.retry(int retryAttempts,
long retryWait)
Constructs a retry strategy with a custom number of retry attempts and wait period in ms.
|
Copyright © 2014. All Rights Reserved.