Uses of Interface
org.mule.tck.functional.EventCallback

Packages that use EventCallback
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
 

Uses of EventCallback in org.mule.tck.functional
 

Classes in org.mule.tck.functional that implement EventCallback
 class CountdownCallback
           
 class CounterCallback
          A test callback that counts the number of messages received.
 class ResponseWriterCallback
          A test callback that writes the results of a service invocation to the response output stream of the event This should only be used when testing Asynchronous calls with the FunctionalTestComponent otherwise you will get duplicate messages, since both this class and the FunctionalTestComponent will write a return message back to the callee.
 

Methods in org.mule.tck.functional that return EventCallback
 EventCallback FunctionalTestComponent.getEventCallback()
          An event callback is called when a message is received by the service.
 

Methods in org.mule.tck.functional with parameters of type EventCallback
 void FunctionalTestComponent.setEventCallback(EventCallback eventCallback)
          An event callback is called when a message is received by the service.
 void FunctionalStreamingTestComponent.setEventCallback(EventCallback eventCallback, long targetSize)
           
 



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