Uses of Enum Class
com.github.workerframework.api.JobStatus
Packages that use JobStatus
-
Uses of JobStatus in com.github.workerframework.api
Methods in com.github.workerframework.api that return JobStatusModifier and TypeMethodDescriptionstatic JobStatus
Returns the enum constant of this class with the specified name.static JobStatus[]
JobStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.workerframework.api with parameters of type JobStatusModifier and TypeMethodDescriptionDivertedTaskHandler.handleDivertedTask
(TaskMessage tm, TaskInformation taskInformation, Map<String, Object> headers, Codec codec, JobStatus jobStatus, WorkerCallback callback) Examines the task message and decides what to do with it.