Package | Description |
---|---|
com.github.dexecutor.core | |
com.github.dexecutor.core.task |
Class and Description |
---|
DependentTasksExecutor
Main Interface for Dexecutor framework, It provides api to build the graph and and to kick off the execution.
|
DependentTasksExecutor.ExecutionBehavior
Defines the execution behavior of the tasks
TERMINATING : Whole tasks execution would come to an end after the execution is thrown
NON_TERMINATING : Tasks execution wont come to halt after an exception is thrown out of task
RETRY_ONCE_TERMINATING : A retry would be attempted after an exception is thrown, and then if the execption is thrown again, the tasks execution would stop
|
DependentTasksExecutorConfig
Configuration Object for Dexecutor framework.
|
ExecutionEngine
An Executor is the main execution engine, where in all the tasks are executed
|
Class and Description |
---|
DependentTasksExecutor.ExecutionBehavior
Defines the execution behavior of the tasks
TERMINATING : Whole tasks execution would come to an end after the execution is thrown
NON_TERMINATING : Tasks execution wont come to halt after an exception is thrown out of task
RETRY_ONCE_TERMINATING : A retry would be attempted after an exception is thrown, and then if the execption is thrown again, the tasks execution would stop
|
Copyright © 2016 Dexecutor. All rights reserved.