|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceCallback
Callback interface used by message source annotated methods to dispatch messages.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
Object process()
throws Exception
Exception
Object process(Object payload)
throws Exception
payload - The payload of the message
Exception
Object process(Object payload,
Map<String,Object> properties)
throws Exception
payload - The payload of the messageproperties - Properties to be attached with inbound scope
Exception
MuleEvent processEvent(MuleEvent event)
throws MuleException
MuleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||