public interface CursorManager
| Modifier and Type | Method and Description |
|---|---|
default void |
addStreamId(Subscription subscription,
String streamId) |
default void |
addSubscription(Subscription subscription) |
Collection<Cursor> |
getCursors(String eventName) |
void |
onSuccess(String eventName,
Cursor cursor) |
void |
onSuccess(String eventName,
List<Cursor> cursors) |
void onSuccess(String eventName, Cursor cursor) throws IOException
IOExceptionvoid onSuccess(String eventName, List<Cursor> cursors) throws IOException
IOExceptionCollection<Cursor> getCursors(String eventName) throws IOException
IOExceptiondefault void addSubscription(Subscription subscription)
default void addStreamId(Subscription subscription, String streamId)
Copyright © 2016–2017 Zalando SE. All rights reserved.