public interface ProcessorExecutor
MessageProcessor
s executing them one by one using the result
of the first processor to invoke the second and so on. ProcessorExecutor
implementations
aside from simply iterating over processors implement rules regarding if and when iteration should stop early or even
stop temporarily and be continued later.Modifier and Type | Method and Description |
---|---|
MuleEvent |
execute()
Executes a list of
MessageProcessor s. |
MuleEvent execute() throws MessagingException
MessageProcessor
s.
Execution may or may not return the result of executing all of the MessageProcessor
's
or not depending on the implementation. For example processing may be cut short in certain circumstance or be
continued in another thread at a later point in time.MessageProcessor
's synchronously.MessagingException
- exception thrown doing execution
, if any.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.