MuleEvent
represents any data event occuring in the Mule environment. All data sent or received within the mule environment will be passed between components as an MuleEvent. The MuleEvent holds a MuleMessage payload and provides helper methods for obtaining the data in a format that the receiving Mule component understands. The event can also maintain any number of properties that can be set and retrieved by Mule components.
@see MuleMessage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|