Interface ReactiveSScanCursor<V>

    • Method Detail

      • 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