Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
io.sphere.sdk.client.retry | |
io.sphere.sdk.retry |
Class and Description |
---|
RetryRule
A rule for dealing with errors to retry executions or even shutdown services.
|
Class and Description |
---|
RetryAction
Provides some default implementations for
RetryRule.apply(RetryContext) . |
Class and Description |
---|
AsyncRetrySupervisor
Internal API: A service that can wrap other service calls to make them retryable.
|
RetryAction
Provides some default implementations for
RetryRule.apply(RetryContext) . |
RetryContext
Immutable data container which contains information about the first and latest failed attempt to do somethings.
|
RetryPredicate
Predicate if a retryContext can be handled.
|
RetryRule
A rule for dealing with errors to retry executions or even shutdown services.
|
RetryStrategy
Strategy how the error case should be handled
resume, keep internal state and throw an exception
retry immediately
retry scheduled
stop the service
|