public final class CursorContext extends Object
CursorProvider with information about its context| Constructor and Description |
|---|
CursorContext(org.mule.runtime.api.streaming.CursorProvider cursorProvider,
EventContext ownerContext)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.streaming.CursorProvider |
getCursorProvider() |
EventContext |
getOwnerContext() |
public CursorContext(org.mule.runtime.api.streaming.CursorProvider cursorProvider,
EventContext ownerContext)
cursorProvider - the CursorProvider which will be managedownerContext - the EventContext which owns the cursorProviderpublic org.mule.runtime.api.streaming.CursorProvider getCursorProvider()
CursorProvider being managedpublic EventContext getOwnerContext()
EventContext which owns the cursorProviderCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.