Interface ReactiveSScanCursor<V>

All Superinterfaces:
ReactiveCursor<List<V>>
All Known Implementing Classes:
SScanReactiveCursorImpl

public interface ReactiveSScanCursor<V> extends ReactiveCursor<List<V>>
  • Field Summary

    Fields inherited from interface io.quarkus.redis.datasource.ReactiveCursor

    INITIAL_CURSOR_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Multi<V>
    Returns an Multi providing each member of the set individually.

    Methods inherited from interface io.quarkus.redis.datasource.ReactiveCursor

    cursorId, hasNext, next
  • Method Details

    • toMulti

      io.smallrye.mutiny.Multi<V> toMulti()
      Returns an Multi providing each member of the set individually. Unlike ReactiveCursor.next() which provides the members by batch, this method returns them one by one.
      Returns:
      the multi