Search in sources :

Example 1 with InMemoryCursorIteratorProviderFactory

use of org.mule.runtime.core.internal.streaming.object.factory.InMemoryCursorIteratorProviderFactory in project mule by mulesoft.

the class DefaultStreamingHelperTestCase method doSetUp.

@Override
protected void doSetUp() throws Exception {
    streamingManager = new DefaultStreamingManager();
    initialiseIfNeeded(streamingManager, true, muleContext);
    cursorProviderFactory = new InMemoryCursorIteratorProviderFactory(InMemoryCursorIteratorConfig.getDefault(), streamingManager);
    event = testEvent();
    streamingHelper = new DefaultStreamingHelper(cursorProviderFactory, streamingManager, event);
}
Also used : DefaultStreamingManager(org.mule.runtime.core.api.streaming.DefaultStreamingManager) InMemoryCursorIteratorProviderFactory(org.mule.runtime.core.internal.streaming.object.factory.InMemoryCursorIteratorProviderFactory)

Aggregations

DefaultStreamingManager (org.mule.runtime.core.api.streaming.DefaultStreamingManager)1 InMemoryCursorIteratorProviderFactory (org.mule.runtime.core.internal.streaming.object.factory.InMemoryCursorIteratorProviderFactory)1