| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.task |
| Modifier and Type | Method and Description |
|---|---|
void |
QuiteExecutionListener.onError(Task<T,R> task,
Exception exception) |
void |
ExecutionListener.onError(Task<T,R> task,
Exception exception)
Called on errored node execution
|
void |
QuiteExecutionListener.onSuccess(Task<T,R> task) |
void |
ExecutionListener.onSuccess(Task<T,R> task)
Called on successful node execution
|
void |
ExecutionEngine.submit(Task<T,R> task)
Submits the task for execution, the method is expected to return immediately.
|
void |
DefaultExecutionEngine.submit(Task<T,R> task) |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Task<T,R> |
TaskFactory.newWorker(Task<T,R> task) |
Task<T,R> |
TaskProvider.provideTask(T id)
Given the node id, returns the task to be executed, while building graph only the node ids are required, when it comes to execution Task objects would be constructed
|
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Task<T,R> |
TaskFactory.newWorker(Task<T,R> task) |
Copyright © 2016–2018 Dexecutor. All rights reserved.