public interface MessageProcessorChain extends Processor, org.mule.runtime.api.lifecycle.Lifecycle, FlowConstructAware, MuleContextAware, MessagingExceptionHandlerAware, org.mule.runtime.api.meta.AnnotatedObject
Processor's. All implementioans should propagate MuleContext, FlowConstruct and lifecycle to
Processor's in the chains. Message processor chains are also MessageProcessorContainer's and responsible for
adding the correct MessageProcessorPathElement's to their parent MessageProcessorPathElement.ReactiveProcessor.ProcessingType| Modifier and Type | Method and Description |
|---|---|
List<Processor> |
getMessageProcessors()
Obtain the list of
Processor's that this chains was created from. |
getProcessingTypesetFlowConstructsetMuleContextsetMessagingExceptionHandlerList<Processor> getMessageProcessors()
Processor's that this chains was created from. Note that this is the linear view of all processors
that the chains was constructed from and does not represent in any way the structure of the chain once
InterceptingMessageProcessor's have been taken into account.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.