org.mule.api.context.notification
Interface MuleMessageAware


public interface MuleMessageAware

Signals that a Notification can have a MuleMessage available through it. The message set will be the one available when the notification was triggered. Note that the message returned may also be a MuleMessageCollection if there was more than one message available when the notification was created.

See Also:
MuleMessage, MuleMessageCollection

Method Summary
 MuleMessage getMessage()
           
 

Method Detail

getMessage

MuleMessage getMessage()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.