Package com.avoka.tm.job
Class ActionResult
java.lang.Object
com.avoka.fc.core.service.job.ActionResult
com.avoka.tm.job.ActionResult
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
ConstructorDescriptionActionResult
(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
-
Constructor Details
-
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
-