Package dev.failsafe.event
Class ExecutionCompletedEvent<R>
java.lang.Object
dev.failsafe.event.ExecutionEvent
dev.failsafe.event.ExecutionCompletedEvent<R>
- Type Parameters:
R- result type
Indicates an execution was completed or cancelled.
- Author:
- Jonathan Halterman
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionCompletedEvent(R result, Throwable exception, ExecutionContext<R> context) -
Method Summary
Methods inherited from class dev.failsafe.event.ExecutionEvent
getAttemptCount, getElapsedAttemptTime, getElapsedTime, getExecutionCount, getStartTime, isFirstAttempt, isRetry