public class ActionResult
extends com.avoka.fc.core.service.job.ActionResult
Provides a Job Action Result class.
- Since:
- 5.0.0
Nested Class Summary
Nested classes/interfaces inherited from
class com.avoka.fc.core.service.job.ActionResult
com.avoka.fc.core.service.job.ActionResult.Status
Constructor Summary
Constructors
Constructor |
Description |
ActionResult(com.avoka.fc.core.service.job.ActionResult.Status status)
|
Create a new Job Action Result object with the given status.
|
Method Summary
Methods inherited from class com.avoka.fc.core.service.job.ActionResult
getExpiryTime, getMaxRetryAttempts, getMaxRetryAttepts, getMessage,
getNextRetryAttempt, getRoute, getStatus, isStatusError, setExpiryTime,
setMaxRetryAttempts, setMaxRetryAttepts, setMessage, setNextRetryAttempt,
setRoute, toActionStatus, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait,
wait
Constructor Detail
ActionResult
public ActionResult(com.avoka.fc.core.service.job.ActionResult.Status status)
Create a new Job Action Result object with the given status.
- Parameters:
status
- the result status