public class ExecutionEvent extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getAttemptCount()
Gets the number of completed execution attempts so far.
|
Duration |
getElapsedTime()
Returns the elapsed time since initial execution began.
|
Duration |
getStartTime()
Returns the time that the initial execution started.
|
public Duration getElapsedTime()
public int getAttemptCount()
public Duration getStartTime()
Copyright © 2019. All rights reserved.