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

    Nested classes/interfaces inherited from class com.avoka.fc.core.service.job.ActionResult Link icon

    com.avoka.fc.core.service.job.ActionResult.Status
  • Constructor Summary Link icon

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

    Methods inherited from class com.avoka.fc.core.service.job.ActionResult Link icon

    getExpiryTime, getMaxRetryAttempts, getMaxRetryAttepts, getMessage, getNextRetryAttempt, getRoute, getStatus, isStatusError, setExpiryTime, setMaxRetryAttempts, setMaxRetryAttepts, setMessage, setNextRetryAttempt, setRoute, toActionStatus, toString

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • ActionResult Link icon

      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