public class InMemoryCursorIteratorProviderFactory extends AbstractCursorIteratorProviderFactory
| Constructor and Description |
|---|
InMemoryCursorIteratorProviderFactory(InMemoryCursorIteratorConfig config,
StreamingManager streamingManager)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
resolve(Iterator iterator,
Event event)
Implementations should use this method to actually create the output value
|
accepts, ofpublic InMemoryCursorIteratorProviderFactory(InMemoryCursorIteratorConfig config, StreamingManager streamingManager)
config - the config for the generated providersprotected Object resolve(Iterator iterator, Event event)
resolve in class AbstractCursorIteratorProviderFactoryiterator - the streaming iteratorevent - the event on which streaming is happeningCursorIteratorProvider wrapped in an EitherCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.