| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.task |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DexecutorState<T,R>
Represents Dexecutor state at any given moment of time, It basically tracks
Phase : Current Phase Dexecutor is in
Graph : Exposes API around building graph
unprocessed nodes count : How many nodes are waiting to be processed
processed nodes : Nodes which are processed till that point
Discontinued nodes : Nodes for which processing should continue after system comes to valid state
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDexecutorState<T,R> |
class |
DefaultNodeProvider<T,R> |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setNodeProvider(NodeProvider<T,R> nodeProvider) |
Copyright © 2016–2020 Dexecutor. All rights reserved.