| Package | Description |
|---|---|
| com.github.dexecutor.core |
| Modifier and Type | Class and Description |
|---|---|
class |
QuiteExecutionListener<T,R> |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEngine.setExecutionListener(ExecutionListener<T,R> listener)
Sets the ExecutionListener
|
void |
DexecutorConfig.setExecutionListener(ExecutionListener<T,R> listener) |
void |
DefaultExecutionEngine.setExecutionListener(ExecutionListener<T,R> listener) |
| Constructor and Description |
|---|
DefaultExecutionEngine(DexecutorState<T,R> state,
ExecutorService executorService,
ExecutionListener<T,R> listener)
Creates the default instance given @ExecutorService, internally it uses @CompletionService
|
DexecutorConfig(ExecutorService executorService,
TaskProvider<T,R> taskProvider,
ExecutionListener<T,R> listener) |
Copyright © 2016–2020 Dexecutor. All rights reserved.