| Package | Description |
|---|---|
| io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
| io.sphere.sdk.retry |
| Modifier and Type | Method and Description |
|---|---|
static SphereClient |
RetrySphereClientDecorator.of(SphereClient delegate,
List<RetryRule> retryRules) |
| Modifier and Type | Method and Description |
|---|---|
static RetryRule |
RetryRule.of(Predicate<RetryContext> matches,
Function<RetryContext,RetryStrategy> function) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncRetrySupervisor |
AsyncRetrySupervisor.of(List<RetryRule> retryRules) |