public interface NestedProcessor
NestedProcessor will be able to receive other message processors.| Modifier and Type | Method and Description |
|---|---|
Object |
process()
Dispatch original message to the processor chain
|
Object |
process(Object payload)
Dispatch message to the processor chain
|
Object |
process(Object payload,
Map<String,Object> invocationProperties)
Dispatch message to the processor chain
|
Object |
processWithExtraProperties(Map<String,Object> invocationProperties)
Dispatch original message to the processor chain
|
Object processWithExtraProperties(Map<String,Object> invocationProperties) throws Exception
invocationProperties - Additional invocation propertiesExceptionObject process(Object payload, Map<String,Object> invocationProperties) throws Exception
payload - The payload of the messageinvocationProperties - Additional invocation propertiesExceptionObject process(Object payload) throws Exception
payload - The payload of the messageExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.