public interface SourceCallback
| Modifier and Type | Method and Description |
|---|---|
Object |
process()
Dispatch the current event to the flow
|
Object |
process(Object payload)
Dispatch message to the flow
|
Object |
process(Object payload,
Map<String,Object> properties)
Dispatch message to the flow with properties
|
MuleEvent |
processEvent(MuleEvent event)
Dispatch the current event to the flow
|
Object process() throws Exception
ExceptionObject process(Object payload) throws Exception
payload - The payload of the messageExceptionObject process(Object payload, Map<String,Object> properties) throws Exception
payload - The payload of the messageproperties - Properties to be attached with inbound scopeExceptionMuleEvent processEvent(MuleEvent event) throws MuleException
MuleExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.