Interface | Description |
---|---|
TaskProvider<T extends Comparable<T>,R> |
A Task Provider provides Tasks to be executed, when it comes to execution
|
Class | Description |
---|---|
ExecutionResult<T,R> |
Holds execution result of a node identified by id
|
ExecutionResults<T,R> |
Wrapper class around @ExecutionResult
|
Task<T extends Comparable<T>,R> |
Represent a unit of execution in Dexecutor framework
|
TaskFactory |
A factory to create Worker task for dexecutor based on @ExecutionBehavior
|
Enum | Description |
---|---|
ExecutionStatus |
Represents Tasks Execution status
ERRORED : Task Execution was in error
SKIPPED : Task Execution was skipped
SUCCESS : Task Execution was successful
|
Exception | Description |
---|---|
TaskExecutionException |
Tasks can throw this exception to report any issues encountered during task execution
|
Copyright © 2016 Dexecutor. All rights reserved.