| Package | Description |
|---|---|
| com.github.dexecutor.core |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionConfig |
ExecutionConfig.NON_TERMINATING |
static ExecutionConfig |
ExecutionConfig.TERMINATING |
| Modifier and Type | Method and Description |
|---|---|
ExecutionConfig |
ExecutionConfig.immediateRetrying(int count) |
ExecutionConfig |
ExecutionConfig.nonTerminating() |
ExecutionConfig |
ExecutionConfig.scheduledRetrying(int count,
Duration delay) |
ExecutionConfig |
ExecutionConfig.terminating() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependentTasksExecutor.execute(ExecutionConfig config)
Kicks off the execution of the nodes based on the dependency graph constructed, using
addDepen*** apis |
void |
DefaultDependentTasksExecutor.execute(ExecutionConfig config) |
Copyright © 2016 Dexecutor. All rights reserved.