| Interface | Description |
|---|---|
| SubFlowMessageProcessor |
Marker interface for MessageProcessors that actually represent a subflow.
|
| Class | Description |
|---|---|
| AbstractMessageProcessorChain |
Builder needs to return a composite rather than the first MessageProcessor in the chain.
|
| DefaultMessageProcessorChainBuilder |
Constructs a chain of
Processors and wraps the invocation of the chain in a composite MessageProcessor. |
| ExplicitMessageProcessorChainBuilder |
Constructs a
MessageProcessorChain in the same way that the DefaultMessageProcessorChainBuilder constructs
chains but |
| ExplicitMessageProcessorChainBuilder.ExplicitMessageProcessorChain |
Generates message processor identfiers specific for subflows.
|
| ModuleOperationMessageProcessorChainBuilder |
Creates a chain for any operation, where it parametrizes two type of values (parameter and property) to the inner processors
through the
Event. |
| NestedProcessorChain |
An implementation of
NestedProcessor that wraps a Processor and allows to execute it |
| SubflowMessageProcessorChainBuilder |
Constructs a custom chain for subflows using the subflow name as the chain name.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.