Uses of Class
app.nzyme.plugin.distributed.tasksqueue.TaskProcessingResult
-
Packages that use TaskProcessingResult Package Description app.nzyme.plugin.distributed.tasksqueue -
-
Uses of TaskProcessingResult in app.nzyme.plugin.distributed.tasksqueue
Methods in app.nzyme.plugin.distributed.tasksqueue that return TaskProcessingResult Modifier and Type Method Description TaskProcessingResultTaskHandler. handle(ReceivedTask task)static TaskProcessingResultTaskProcessingResult. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskProcessingResult[]TaskProcessingResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-