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 SummaryNested classes/interfaces inherited from class com.avoka.fc.core.service.job.ActionResultcom.avoka.fc.core.service.job.ActionResult.Status
- 
Constructor SummaryConstructorsConstructorDescriptionActionResult(com.avoka.fc.core.service.job.ActionResult.Status status) Create a new Job Action Result object with the given status.
- 
Method SummaryMethods inherited from class com.avoka.fc.core.service.job.ActionResultgetExpiryTime, getMaxRetryAttempts, getMaxRetryAttepts, getMessage, getNextRetryAttempt, getRoute, getStatus, isStatusError, setExpiryTime, setMaxRetryAttempts, setMaxRetryAttepts, setMessage, setNextRetryAttempt, setRoute, toActionStatus, toString
- 
Constructor Details- 
ActionResultpublic 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
 
 
-