};
Object component = getComponent("testComponent");
assertTrue("FunctionalStreamingTestComponent expected",
component instanceof FunctionalStreamingTestComponent);
FunctionalStreamingTestComponent ftc = (FunctionalStreamingTestComponent) component;
ftc.setEventCallback(callback, TEST_MESSAGE.length());
createFileOnFtpServer("input.txt");
// poll and pull back through test service
assertTrue(latch.await(getTimeout(), TimeUnit.MILLISECONDS));