Class RedissonMapRxIterator<K,V,M>

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

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

      • RedissonMapRxIterator

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

      • create

        public io.reactivex.rxjava3.core.Flowable<M> create()
      • tryAgain

        protected boolean tryAgain()