| Package | Description |
|---|---|
| org.zalando.fahrschein | |
| org.zalando.fahrschein.domain |
| Modifier and Type | Method and Description |
|---|---|
Collection<Cursor> |
ManagedCursorManager.getCursors(String eventName) |
Collection<Cursor> |
CursorManager.getCursors(String eventName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursorManager.onSuccess(String eventName,
Cursor cursor) |
void |
CursorManager.onSuccess(String eventName,
Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursorManager.onSuccess(String eventName,
List<Cursor> cursors) |
void |
CursorManager.onSuccess(String eventName,
List<Cursor> cursors) |
SubscriptionBuilder |
SubscriptionBuilder.readFromCursors(List<Cursor> initialCursors) |
| Modifier and Type | Method and Description |
|---|---|
List<Cursor> |
SubscriptionRequest.getInitialCursors() |
| Constructor and Description |
|---|
SubscriptionRequest(String owningApplication,
Set<String> eventTypes,
String consumerGroup,
SubscriptionRequest.Position readFrom,
List<Cursor> initialCursors) |
Copyright © 2016–2018 Zalando SE. All rights reserved.