Interface QueueTaskFactory<T,R>
-
- Type Parameters:
T- Task TypeR- Return Type
public interface QueueTaskFactory<T,R>Queue Task Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueueTask<T,R>createTaskCallable(T task)Create Callable for Task
-