| Package | Description |
|---|---|
| org.mule.runtime.core.api.processor | |
| org.mule.runtime.core.internal.construct | |
| org.mule.runtime.core.processor.chain |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessorChainBuilder |
MessageProcessorChainBuilder.chain(MessageProcessorBuilder... builders)
Chain a
MessageProcessorBuilder by adding it the the list of processors builders that the builder implementation will
use to construct a MessageProcessorChain. |
MessageProcessorChainBuilder |
MessageProcessorChainBuilder.chain(Processor... processors)
Chain a
Processor by adding it the the list of processors that the builder implementation will use to construct a
MessageProcessorChain |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPipeline.configureMessageProcessors(MessageProcessorChainBuilder builder) |
protected void |
AbstractPipeline.configurePostProcessors(MessageProcessorChainBuilder builder) |
protected void |
DefaultFlowBuilder.DefaultFlow.configurePostProcessors(MessageProcessorChainBuilder builder) |
protected void |
AbstractPipeline.configurePreProcessors(MessageProcessorChainBuilder builder) |
protected void |
DefaultFlowBuilder.DefaultFlow.configurePreProcessors(MessageProcessorChainBuilder builder) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMessageProcessorChainBuilder
Constructs a chain of
Processors and wraps the invocation of the chain in a composite MessageProcessor. |
class |
ExplicitMessageProcessorChainBuilder
Constructs a
MessageProcessorChain in the same way that the DefaultMessageProcessorChainBuilder constructs
chains but |
class |
ModuleOperationMessageProcessorChainBuilder
Creates a chain for any operation, where it parametrizes two type of values (parameter and property) to the inner processors
through the
Event. |
class |
SubflowMessageProcessorChainBuilder
Constructs a custom chain for subflows using the subflow name as the chain name.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.