org.mule.tck.functional
Interface EventCallback

All Known Implementing Classes:
CountdownCallback, CounterCallback, ResponseWriterCallback

public interface EventCallback

The scope of the MuleEvent Callback is to be able to get a the message currently being processed by the FunctionalTestComponent and make assertions on the message payload, headers or attachments or to make changes required for the test.

See Also:
FunctionalTestComponent

Method Summary
 void eventReceived(MuleEventContext context, Object component)
           
 

Method Detail

eventReceived

void eventReceived(MuleEventContext context,
                   Object component)
                   throws Exception
Throws:
Exception


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