public interface RetryEvent
| Modifier and Type | Interface and Description |
|---|---|
static class |
RetryEvent.Type
Event types which are created by a Retry.
|
| Modifier and Type | Method and Description |
|---|---|
java.time.ZonedDateTime |
getCreationTime()
Returns the creation time of Retry event.
|
RetryEvent.Type |
getEventType()
Returns the type of the Retry event.
|
java.lang.Throwable |
getLastThrowable()
Returns the last captured Throwable.
|
java.lang.String |
getName()
Returns the ID of the Retry.
|
int |
getNumberOfRetryAttempts()
Returns the number of retry attempts.
|
java.lang.String getName()
int getNumberOfRetryAttempts()
RetryEvent.Type getEventType()
java.time.ZonedDateTime getCreationTime()
java.lang.Throwable getLastThrowable()