Uses of Interface
org.mule.runtime.extension.api.runtime.operation.ExecutionContext
Packages that use ExecutionContext
-
Uses of ExecutionContext in org.mule.runtime.extension.api.runtime.operation
Methods in org.mule.runtime.extension.api.runtime.operation with parameters of type ExecutionContextModifier and TypeMethodDescriptiondefault voidInterceptor.after(ExecutionContext<T> executionContext, Object result) Executes after the execution of an operation is finished, regardless of it being successful or not.default voidInterceptor.before(ExecutionContext<T> executionContext) Executes before the operation is executed.voidCompletableComponentExecutor.execute(ExecutionContext<M> executionContext, CompletableComponentExecutor.ExecutorCallback callback) Executes the operation using the givenexecutionContext.org.reactivestreams.Publisher<Object>ComponentExecutor.execute(ExecutionContext<T> executionContext) Deprecated.Executes the owning operation using the givenexecutionContext.default ThrowableInterceptor.onError(ExecutionContext<T> executionContext, Throwable exception) Executes when the execution of an operation threw exception.default voidInterceptor.onSuccess(ExecutionContext<T> executionContext, Object result) Executes when an operation was successfully executed.