Interface ReactiveZScanCursor<V>

    • Method Detail

      • toMulti

        io.smallrye.mutiny.Multi<ScoredValue<V>> toMulti()
        Produces a Multi emitting each member from the sorted set individually. Unlike ReactiveCursor.next() which provides the members by batch, this method returns them one by one.
        Returns:
        the multi