Uses of Class
app.nzyme.plugin.distributed.tasksqueue.Task
-
Packages that use Task Package Description app.nzyme.plugin.distributed.tasksqueue -
-
Uses of Task in app.nzyme.plugin.distributed.tasksqueue
Methods in app.nzyme.plugin.distributed.tasksqueue that return Task Modifier and Type Method Description abstract TaskTask.Builder. build()static TaskTask. create(TaskType type, boolean allowProcessSelf, Map<String,Object> parameters, boolean allowRetry)Methods in app.nzyme.plugin.distributed.tasksqueue with parameters of type Task Modifier and Type Method Description voidTasksQueue. publish(Task task)
-