public final class InMemoryCursorManager extends Object implements CursorManager
OFFSET_ORDERING| Constructor and Description |
|---|
InMemoryCursorManager() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Cursor> |
getCursors(String eventName) |
void |
onError(String eventName,
Cursor cursor,
Throwable throwable) |
void |
onSuccess(String eventName,
Cursor cursor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSubscription, fromNewestAvailableOffsets, fromOldestAvailableOffset, updatePartitionspublic void onSuccess(String eventName, Cursor cursor)
onSuccess in interface CursorManagerpublic void onError(String eventName, Cursor cursor, Throwable throwable)
onError in interface CursorManagerpublic Collection<Cursor> getCursors(String eventName)
getCursors in interface CursorManagerCopyright © 2016 Zalando SE. All rights reserved.