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 |
---|---|
ExecutionResult<T,R> |
ExecutionResults.getFirst() |
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 Dexecutor. All rights reserved.