| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.factory | |
| org.mule.commons.atlantic.execution.context | |
| org.mule.commons.atlantic.execution.context.executor |
| Modifier and Type | Method and Description |
|---|---|
SELF |
ExecutionBuilderFactory.withExecutor(Executor<RESULT> executor)
Defines the
Executor that will handle the threads used on the running of the method. |
| Constructor and Description |
|---|
ExecutionContext(Executor<RESULT> executor,
List<PreExecutionListener> preExecutionListeners,
List<PostExecutionListener<RESULT>> postExecutionListeners,
List<DefinedExceptionHandler<?>> exceptionHandlers)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingExecutor<RESULT>
Default implementation of
Executor. |
Copyright © 2018. All rights reserved.