public abstract class AbstractExecution extends ExecutionContext
| Modifier and Type | Method and Description |
|---|---|
Duration |
getWaitTime()
Returns the time to wait before the next execution attempt.
|
boolean |
isComplete()
Returns whether the execution is complete or if it can be retried.
|
copy, getAttemptCount, getElapsedAttemptTime, getElapsedTime, getLastFailure, getLastResult, getLastResult, getStartTime, isCancelled, toStringpublic Duration getWaitTime()
0 if an execution has not yet
occurred.public boolean isComplete()
Copyright © 2019. All rights reserved.