- All Implemented Interfaces:
- MuleContextAware, Callable, EventListener
public class FunctionalStreamingTestComponent
extends Object
implements Callable, MuleContextAware
A service that can be used by streaming functional tests. This service accepts an EventCallback that can be used to assert the
state of the current event. To access the service when embedded in an (XML) model, make sure that the descriptor sets the
singleton attribute true - see uses in TCP and FTP.
Note that although this implements the full StreamingService interface, nothing is written to the output stream - this is
intended as a final sink.
- See Also:
EventCallback