Class RedissonMapReactiveIterator<K,​V,​M>

  • Type Parameters:
    K - key type
    V - value type
    M - entry type

    public class RedissonMapReactiveIterator<K,​V,​M>
    extends Object
    Author:
    Nikita Koksharov
    • Constructor Detail

      • RedissonMapReactiveIterator

        public RedissonMapReactiveIterator​(RedissonMap<K,​V> map,
                                           String pattern,
                                           int count)
    • Method Detail

      • stream

        public org.reactivestreams.Publisher<M> stream()