public interface MessageProcessorChainBuilder extends MessageProcessorBuilder
MessageProcessorChain instances.| Modifier and Type | Method and Description |
|---|---|
MessageProcessorChain |
build()
Build a new
MessageProcessorBuilder |
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 |
chain(Processor... processors)
Chain a
Processor by adding it the the list of processors that the builder implementation will use to construct a
MessageProcessorChain |
MessageProcessorChainBuilder chain(Processor... processors)
Processor by adding it the the list of processors that the builder implementation will use to construct a
MessageProcessorChainprocessors - Processor instance(s) to be used in the construction of a MessageProcessorChainMessageProcessorBuilder instance.MessageProcessorChainBuilder chain(MessageProcessorBuilder... builders)
MessageProcessorBuilder by adding it the the list of processors builders that the builder implementation will
use to construct a MessageProcessorChain. The MessageProcessorBuilder.build() method is invoked when the
chain is constructed.builders - MessageProcessorBuilder instance(s) to be used in the construction of a MessageProcessorChainMessageProcessorBuilder instance.MessageProcessorChain build()
MessageProcessorBuilderbuild in interface MessageProcessorBuilderMessageProcessorBuilder instance.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.