| Modifier and Type | Method and Description |
|---|---|
SELF |
ExecutionBuilderFactory.withPreExecutionListener(PreExecutionListener... preExecutionListeners)
Adds an array of
PreExecutionListeners to be executed before the execution. |
| Modifier and Type | Method and Description |
|---|---|
SELF |
ExecutionBuilderFactory.withPreExecutionListener(List<PreExecutionListener> preExecutionListeners)
Adds a list of
PreExecutionListeners to be executed before the execution. |
| Constructor and Description |
|---|
ExecutionContext(Executor<RESULT> executor,
List<PreExecutionListener> preExecutionListeners,
List<PostExecutionListener<RESULT>> postExecutionListeners,
List<DefinedExceptionHandler<?>> exceptionHandlers)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RESULT |
Executor.execute(Supplier<RESULT> lambda,
List<Object> params,
List<PreExecutionListener> preExecutionListeners,
List<PostExecutionListener<RESULT>> postExecutionListeners,
List<DefinedExceptionHandler<?>> exceptionHandlers)
Executes the passed
Supplier over the provided ExecutionContext. |
RESULT |
BlockingExecutor.execute(Supplier<RESULT> lambda,
List<Object> params,
List<PreExecutionListener> preExecutionListeners,
List<PostExecutionListener<RESULT>> postExecutionListeners,
List<DefinedExceptionHandler<?>> exceptionHandlers) |
Copyright © 2019. All rights reserved.