| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.runtime.execution | |
| org.mule.runtime.module.extension.internal.runtime.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptableOperationExecutorWrapper
Decorates an
OperationExecutor adding the behavior defined in AbstractInterceptable. |
class |
OperationExecutorFactoryWrapper
Decorates a
OperationExecutorFactory so that the instances that it generates are also decorated through a
InterceptableOperationExecutorWrapper, so that the items in the OperationExecutorFactoryWrapper.interceptors list can apply. |
class |
ReactiveOperationExecutionWrapper
Decorates an
OperationExecutor adding the necessary logic to execute non blocking operations. |
class |
ReflectiveMethodComponentExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel>
Executes a task associated to a
ExecutionContext by invoking a given Method |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveMethodOperationExecutor
Implementation of
OperationExecutor which works by using reflection to invoke a method from a class. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.