Package io.quarkus.redis.datasource
Interface ReactiveCursor<T>
- All Known Subinterfaces:
ReactiveHashScanCursor<K,,V> ReactiveKeyScanCursor<K>,ReactiveSScanCursor<V>,ReactiveZScanCursor<V>
- All Known Implementing Classes:
HScanReactiveCursorImpl,ScanReactiveCursorImpl,SScanReactiveCursorImpl,ZScanReactiveCursorImpl
public interface ReactiveCursor<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longThe cursor id when no operations have been emitted yet. -
Method Summary
-
Field Details
-
INITIAL_CURSOR_ID
static final long INITIAL_CURSOR_IDThe cursor id when no operations have been emitted yet.- See Also:
-
-
Method Details
-
hasNext
boolean hasNext() -
next
io.smallrye.mutiny.Uni<T> next() -
cursorId
long cursorId()
-