| Package | Description | 
|---|---|
| com.github.dexecutor.core | 
| Constructor and Description | 
|---|
| DefaultDependentTasksExecutor(ExecutorService executorService,
                             TaskProvider<T,R> taskProvider)Creates the Executor with bare minimum required params | 
| DependentTasksExecutorConfig(ExecutionEngine<T,R> executor,
                            TaskProvider<T,R> taskProvider)Construct the object with mandatory params, rest are optional | 
| DependentTasksExecutorConfig(ExecutorService executorService,
                            TaskProvider<T,R> taskProvider)Construct the object with mandatory params, rest are optional | 
Copyright © 2016 Dexecutor. All rights reserved.