| 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.
|
| RetryOnIgnoredErrorEvent |
A RetryEvent which informs that an error has been ignored
|
| 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.
|