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