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

    Fields
    Modifier and Type
    Field
    Description
    static final long
    The cursor id when no operations have been emitted yet.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    boolean
     
    io.smallrye.mutiny.Uni<T>
     
  • Field Details

    • INITIAL_CURSOR_ID

      static final long INITIAL_CURSOR_ID
      The 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()