public class TaskFactory extends Object
| Constructor and Description |
|---|
TaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>,R> |
newWorker(Task<T,R> task) |
public static <T extends Comparable<T>,R> Task<T,R> newWorker(Task<T,R> task)
T - Type of Node/Task IDR - Type of Node/Task resulttask - the task that should be wrappedLoggerTaskCopyright © 2016 Dexecutor. All rights reserved.