public class AsynchronousExecutor extends DefaultExecutor
| Constructor and Description |
|---|
AsynchronousExecutor(Consumer<?> onExecutionFinishedListener) |
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
execute(ExecutionConfig<T> config,
T executingObject,
Function<T,R> executionStrategy,
List<Object> params) |
public AsynchronousExecutor(Consumer<?> onExecutionFinishedListener)
public <T,R> R execute(ExecutionConfig<T> config, T executingObject, Function<T,R> executionStrategy, List<Object> params)
execute in interface Executorexecute in class DefaultExecutorCopyright © 2018. All rights reserved.