| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.runtime.operation | |
| org.mule.runtime.module.extension.internal.runtime.result |
| Modifier and Type | Field and Description |
|---|---|
protected ReturnDelegate |
ComponentMessageProcessor.returnDelegate |
| Modifier and Type | Method and Description |
|---|---|
protected ReturnDelegate |
ComponentMessageProcessor.createReturnDelegate() |
protected ReturnDelegate |
ComponentMessageProcessor.getTargetReturnDelegate() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReturnDelegate
Base class for
ReturnDelegate implementations. |
class |
PayloadTargetReturnDelegate
An implementation of
AbstractReturnDelegate which sets the operation output as a variable which key is taken from the
PayloadTargetReturnDelegate.target field. |
class |
TargetReturnDelegate
An implementation of
AbstractReturnDelegate which evaluates the TargetReturnDelegate.targetValue expressions and sets the output as
a variable which key is taken from the TargetReturnDelegate.target field. |
class |
ValueReturnDelegate
An implementation of
ReturnDelegate which allows setting the response value into the Message that will continue
through the pipeline. |
class |
VoidReturnDelegate
An implementation of
ReturnDelegate intended for operations which return Void and that were executed with a
ExecutionContextAdapter
It returns the CoreEvent that ExecutionContextAdapter provides. |
| Modifier and Type | Field and Description |
|---|---|
static ReturnDelegate |
VoidReturnDelegate.INSTANCE |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.