R
- result typepublic class ExecutionAttemptedEvent<R> extends ExecutionEvent
Constructor and Description |
---|
ExecutionAttemptedEvent(R result,
Throwable exception,
ExecutionContext<R> context) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getLastException()
Returns the failure that preceded the event, else
null if there was none. |
R |
getLastResult()
Returns the result that preceded the event, else
null if there was none. |
String |
toString() |
getAttemptCount, getElapsedAttemptTime, getElapsedTime, getExecutionCount, getStartTime, isFirstAttempt, isRetry
public ExecutionAttemptedEvent(R result, Throwable exception, ExecutionContext<R> context)
Copyright © 2022. All rights reserved.