| Interface | Description |
|---|---|
| Retryable |
An interface for an operation that can be retried using a
RetryExecutor |
| RetryPolicy |
A
RetryPolicy is responsible for providing policy and condition for retries. |
| Class | Description |
|---|---|
| NoRetryPolicy |
An implementation of
RetryPolicy with default behaviour as no retry. |
| RetryContext |
A
RetryContext contains data set to be used for next retry. |
| RetryExecutor |
A
RetryExecutor provides a mechanisms to execute a Retryable
and will retry on failure according to an implementation specific retry policy. |
| Socket5xxExponentialRandomBackoffPolicy |
An implementation of
RetryPolicy to retry on SocketTimeoutException
and http status greater or equal to 500 |
Copyright © 2020 HERE Europe B.V. All Rights Reserved.