| Package | Description |
|---|---|
| org.mule.runtime.extension.api.runtime.operation |
| Modifier and Type | Method and Description |
|---|---|
default void |
Interceptor.after(ExecutionContext<T> executionContext,
Object result)
Executes after the execution of an operation is finished, regardless of it being successful or not.
|
default void |
Interceptor.before(ExecutionContext<T> executionContext)
Executes before the operation is executed.
|
void |
CompletableComponentExecutor.execute(ExecutionContext<M> executionContext,
CompletableComponentExecutor.ExecutorCallback callback)
Executes the operation using the given
executionContext. |
org.reactivestreams.Publisher<Object> |
ComponentExecutor.execute(ExecutionContext<T> executionContext)
Deprecated.
Executes the owning operation using the given
executionContext. |
default Throwable |
Interceptor.onError(ExecutionContext<T> executionContext,
Throwable exception)
Executes when the execution of an operation threw exception.
|
default void |
Interceptor.onSuccess(ExecutionContext<T> executionContext,
Object result)
Executes when an operation was successfully executed.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.