| Package | Description |
|---|---|
| org.zalando.fahrschein | |
| org.zalando.fahrschein.domain |
| Modifier and Type | Method and Description |
|---|---|
Collection<Cursor> |
PersistentCursorManager.getCursors(String eventName) |
Collection<Cursor> |
InMemoryCursorManager.getCursors(String eventName) |
Collection<Cursor> |
CursorManager.getCursors(String eventName) |
Collection<Cursor> |
ManagedCursorManager.getCursors(String eventName) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentCursorManager.onError(String eventName,
Cursor cursor,
Throwable throwable) |
void |
InMemoryCursorManager.onError(String eventName,
Cursor cursor,
Throwable throwable) |
void |
CursorManager.onError(String eventName,
Cursor cursor,
Throwable throwable) |
void |
ManagedCursorManager.onError(String eventName,
Cursor cursor,
Throwable throwable) |
void |
PersistentCursorManager.onSuccess(String eventName,
Cursor cursor) |
void |
InMemoryCursorManager.onSuccess(String eventName,
Cursor cursor) |
void |
CursorManager.onSuccess(String eventName,
Cursor cursor) |
void |
ManagedCursorManager.onSuccess(String eventName,
Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
Cursor |
Batch.getCursor() |
| Constructor and Description |
|---|
Batch(Cursor cursor,
List<T> events) |
Copyright © 2016 Zalando SE. All rights reserved.