Interface ReactiveCursor<T>

    • Field Detail

      • INITIAL_CURSOR_ID

        static final long INITIAL_CURSOR_ID
        The cursor id when no operations have been emitted yet.
        See Also:
        Constant Field Values
    • Method Detail

      • hasNext

        boolean hasNext()
      • next

        io.smallrye.mutiny.Uni<T> next()
      • cursorId

        long cursorId()