Uses of Enum Class
com.github.workerframework.api.DivertedTaskAction
Packages that use DivertedTaskAction
-
Uses of DivertedTaskAction in com.github.workerframework.api
Methods in com.github.workerframework.api that return DivertedTaskActionModifier 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.static DivertedTaskActionReturns the enum constant of this class with the specified name.static DivertedTaskAction[]DivertedTaskAction.values()Returns an array containing the constants of this enum class, in the order they are declared.