| Package | Description |
|---|---|
| org.mule.runtime.core.internal.streaming | |
| org.mule.runtime.core.internal.streaming.bytes | |
| org.mule.runtime.core.internal.streaming.object |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
ManagedCursorProvider.managedCursor(T cursor,
CursorContext handle)
Returns a managed version of the
cursor. |
void |
CursorManager.onClose(org.mule.runtime.api.streaming.Cursor cursor,
CursorContext handle)
Acknowledges that the given
cursor has been closed |
void |
CursorManager.onOpen(org.mule.runtime.api.streaming.Cursor cursor,
CursorContext providerHandle)
Acknowledges that the given
cursor has been opened |
| Constructor and Description |
|---|
ManagedCursorProvider(CursorContext cursorContext,
CursorManager cursorManager) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.streaming.bytes.CursorStream |
ManagedCursorStreamProvider.managedCursor(org.mule.runtime.api.streaming.bytes.CursorStream cursor,
CursorContext handle)
Returns a managed version of the
cursor. |
| Constructor and Description |
|---|
ManagedCursorStreamProvider(CursorContext cursorContext,
CursorManager cursorManager) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.streaming.object.CursorIterator |
ManagedCursorIteratorProvider.managedCursor(org.mule.runtime.api.streaming.object.CursorIterator cursor,
CursorContext handle)
Returns a managed version of the
cursor. |
| Constructor and Description |
|---|
ManagedCursorIteratorProvider(CursorContext cursorContext,
CursorManager cursorManager) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.