Uses of Class
org.zalando.fahrschein.domain.Cursor
-
Packages that use Cursor Package Description org.zalando.fahrschein org.zalando.fahrschein.domain -
-
Uses of Cursor in org.zalando.fahrschein
Methods in org.zalando.fahrschein that return Cursor Modifier and Type Method Description CursorCursorCommitException. getCursor()Methods in org.zalando.fahrschein that return types with arguments of type Cursor Modifier and Type Method Description Collection<Cursor>CursorManager. getCursors(String eventName)Collection<Cursor>ManagedCursorManager. getCursors(String eventName)Methods in org.zalando.fahrschein with parameters of type Cursor Modifier and Type Method Description voidCursorManager. onSuccess(String eventName, Cursor cursor)voidManagedCursorManager. onSuccess(String eventName, Cursor cursor)Method parameters in org.zalando.fahrschein with type arguments of type Cursor Modifier and Type Method Description voidCursorManager. onSuccess(String eventName, List<Cursor> cursors)voidManagedCursorManager. onSuccess(String eventName, List<Cursor> cursors)SubscriptionBuilderSubscriptionBuilder. readFromCursors(List<Cursor> initialCursors)Constructors in org.zalando.fahrschein with parameters of type Cursor Constructor Description CursorCommitException(int statusCode, Cursor cursor, String subscriptionId, IOException cause)CursorCommitException(int statusCode, Cursor cursor, String subscriptionId, String responseBody) -
Uses of Cursor in org.zalando.fahrschein.domain
Methods in org.zalando.fahrschein.domain that return types with arguments of type Cursor Modifier and Type Method Description List<Cursor>SubscriptionRequest. getInitialCursors()Constructor parameters in org.zalando.fahrschein.domain with type arguments of type Cursor Constructor Description SubscriptionRequest(String owningApplication, Set<String> eventTypes, String consumerGroup, SubscriptionRequest.Position readFrom, List<Cursor> initialCursors, Authorization authorization)
-