| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution | |
| org.mule.commons.atlantic.execution.builder.factory |
| Constructor and Description |
|---|
Execution(Supplier<RESULT> supplier,
OnPreExecutionListener onPreExecutionListener,
OnSuccessListener onSuccessListener,
OnFailureListener onFailureListener) |
ExecutionFactory(OnPreExecutionListener onPreExecutionListener,
OnSuccessListener onSuccessListener,
OnFailureListener onFailureListener) |
| Modifier and Type | Method and Description |
|---|---|
SELF |
DefaultExecutionFactoryBuilder.withPreExecutionListener(OnPreExecutionListener... onPreExecutionListeners)
Adds an array of
OnPreExecutionListeners to be executed before the execution. |
SELF |
ExecutionFactoryBuilder.withPreExecutionListener(OnPreExecutionListener... onPreExecutionListeners)
Adds an array of
OnPreExecutionListeners to be executed before the execution. |
| Modifier and Type | Method and Description |
|---|---|
SELF |
DefaultExecutionFactoryBuilder.withPreExecutionListener(List<OnPreExecutionListener> onPreExecutionListeners)
Adds a list of
OnPreExecutionListeners to be executed before the execution. |
SELF |
ExecutionFactoryBuilder.withPreExecutionListener(List<OnPreExecutionListener> onPreExecutionListeners)
Adds a list of
OnPreExecutionListeners to be executed before the execution. |
Copyright © 2019. All rights reserved.