| Interface | Description |
|---|---|
| ReturnDelegate |
A delegate interface to decouple a
CompletableComponentExecutor's return value from how it is transformed into an
CoreEvent to be handed back into the pipeline |
| Class | Description |
|---|---|
| AbstractReturnDelegate |
Base class for
ReturnDelegate implementations. |
| PayloadTargetReturnDelegate |
An implementation of
AbstractReturnDelegate which sets the operation output as a variable which key is taken from the
PayloadTargetReturnDelegate.target field. |
| 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. |
| ValueReturnDelegate |
An implementation of
ReturnDelegate which allows setting the response value into the Message that will continue
through the pipeline. |
| 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. |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.