Interface ReactiveKeyScanCursor<K>

    • Method Detail

      • toMulti

        io.smallrye.mutiny.Multi<K> toMulti()
        Produces a Multi emitting each key individually. Unlike ReactiveCursor.next() which provides the keys by batch, this method returns them one by one.
        Returns:
        the multi