public class ManagedCursorStreamProvider extends ManagedCursorProvider<org.mule.runtime.api.streaming.bytes.CursorStream> implements org.mule.runtime.api.streaming.bytes.CursorStreamProvider
ManagedCursorProvider implementation for CursorStreamProvider instances| Constructor and Description |
|---|
ManagedCursorStreamProvider(CursorContext cursorContext,
CursorManager cursorManager) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.streaming.bytes.CursorStream |
managedCursor(org.mule.runtime.api.streaming.bytes.CursorStream cursor,
CursorContext handle)
Returns a managed version of the
cursor. |
close, getCursorManager, isClosed, openCursor, releaseResourcespublic ManagedCursorStreamProvider(CursorContext cursorContext, CursorManager cursorManager)
protected org.mule.runtime.api.streaming.bytes.CursorStream managedCursor(org.mule.runtime.api.streaming.bytes.CursorStream cursor,
CursorContext handle)
cursor. How will that cursor be managed depends on each
implementation. Although it is possible that the same input cursor is returned, the assumption
should be that a new instance will be returned.managedCursor in class ManagedCursorProvider<org.mule.runtime.api.streaming.bytes.CursorStream>cursor - the cursor to managehandle - the CursorContextCursorCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.