| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.task |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult<T,R> |
ExecutionEngine.processResult()
This method is expected to block, if there are no execution result, otherwise return the result immediately.
|
ExecutionResult<T,R> |
DefaultExecutionEngine.processResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
DexecutorState.addErrored(ExecutionResult<T,R> task)
Add to errored collection
|
void |
DefaultDexecutorState.addErrored(ExecutionResult<T,R> task) |
void |
DexecutorState.removeErrored(ExecutionResult<T,R> task)
Remove errored collection
|
void |
DefaultDexecutorState.removeErrored(ExecutionResult<T,R> task) |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> ExecutionResult<T,R> |
ExecutionResult.errored(T id,
R result,
String msg) |
ExecutionResult<T,R> |
ExecutionResults.getFirst() |
static <T,R> ExecutionResult<T,R> |
ExecutionResult.success(T id,
R result) |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionResult<T,R>> |
ExecutionResults.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResults.add(ExecutionResult<T,R> result)
adds
result to existing collection of results |
Copyright © 2016–2018 Dexecutor. All rights reserved.