| 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.withPostExecutionListener(OnSuccessListener... onSuccessListeners)
Adds an array of
OnPreExecutionListeners to be executed after the execution. |
SELF |
ExecutionFactoryBuilder.withPostExecutionListener(OnSuccessListener... onSuccessListeners)
Adds an array of
OnPreExecutionListeners to be executed after the execution. |
| Modifier and Type | Method and Description |
|---|---|
SELF |
DefaultExecutionFactoryBuilder.withPostExecutionListener(List<OnSuccessListener> postExecutionListeners)
Adds a list of
OnPreExecutionListeners to be executed after the execution. |
SELF |
ExecutionFactoryBuilder.withPostExecutionListener(List<OnSuccessListener> onSuccessListeners)
Adds a list of
OnPreExecutionListeners to be executed after the execution. |
Copyright © 2019. All rights reserved.