Package com.ibm.fhir.task.core.service
Class TaskService
- java.lang.Object
 - 
- com.ibm.fhir.task.core.service.TaskService
 
 
- 
- All Implemented Interfaces:
 ITaskService
public class TaskService extends Object implements ITaskService
A simple service to support creation of task collectors 
- 
- 
Constructor Summary
Constructors Constructor Description TaskService() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITaskCollectormakeTaskCollector(ExecutorService pool) 
 - 
 
- 
- 
Method Detail
- 
makeTaskCollector
public ITaskCollector makeTaskCollector(ExecutorService pool)
- Specified by:
 makeTaskCollectorin interfaceITaskService
 
 - 
 
 -