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
-
-
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
-
-