Interface TaskFactory<R>
- Type Parameters:
R- the type of the record used to create aRunnabletask
public interface TaskFactory<R>
Factory interface for creating
Runnable tasks from a given record.
This interface allows the decoupling of task creation logic from task execution logic.-
Method Summary
-
Method Details
-
create
-