Interface ReactiveHashScanCursor<K,​V>

    • Method Detail

      • toMulti

        io.smallrye.mutiny.Multi<Map.Entry<K,​V>> toMulti()
        Produces a Multi emitting each entry from hash individually. Unlike ReactiveCursor.next() which provides the entries by batch, this method returns them one by one.
        Returns:
        the multi