| 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<M extends org.mule.runtime.api.meta.model.ComponentModel>
Decorates an
ComponentExecutor adding the behavior defined in AbstractInterceptable. |
class |
OperationExecutorFactoryWrapper<T extends org.mule.runtime.api.meta.model.ComponentModel>
Decorates a
ComponentExecutorFactory 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<M extends org.mule.runtime.api.meta.model.ComponentModel>
Decorates an
ComponentExecutor 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<M extends org.mule.runtime.api.meta.model.ComponentModel>
Implementation of
ComponentExecutor which works by using reflection to invoke a method from a class. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.