| Package | Description |
|---|---|
| org.mule.runtime.core.api.processor | |
| org.mule.runtime.core.processor.chain |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageProcessorChainBuilder
Builds
MessageProcessorChain instances. |
| 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. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultMessageProcessorChainBuilder |
DefaultMessageProcessorChainBuilder.chain(MessageProcessorBuilder... builders) |
DefaultMessageProcessorChainBuilder |
DefaultMessageProcessorChainBuilder.chainBefore(MessageProcessorBuilder builder) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.