@NonNullApi @NonNullFields
| Interface | Description |
|---|---|
| RetryEvent |
An event which is created by Retry.
|
| Class | Description |
|---|---|
| RetryOnErrorEvent |
A RetryEvent which informs that a call has been retried, but still failed, such that the the
maximum number of attempts has been reached.
|
| RetryOnIgnoredErrorEvent |
A RetryEvent which informs that an error has been ignored.
|
| RetryOnRetryEvent |
A RetryEvent which informs that a call failed, and is to be retried.
|
| RetryOnSuccessEvent |
A RetryEvent which informs that a call has been retried and a retry was successful.
|
| Enum | Description |
|---|---|
| RetryEvent.Type |
Event types which are created by a Retry.
|