public class CallbackContinuationMessageProcessor extends Object implements MessageProcessor
MessageProcessor acts as a wrapper of another one in order to insert
it into a chain that it's not its own without being subject to its lifecycle. For
example, suppose that the {continuation message processor is part of
MessageProcessorChain A. Then we want to insert continuation into
another chain B. We don't want B to reinitialize continuation again, we
just want to insert it. This class makes that possible| Modifier | Constructor and Description |
|---|---|
protected |
CallbackContinuationMessageProcessor(MessageProcessor continuation) |
protected CallbackContinuationMessageProcessor(MessageProcessor continuation)
public MuleEvent process(MuleEvent event) throws MuleException
process in interface MessageProcessorMuleExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.