Class RedissonMapRxIterator<K,V,M>

java.lang.Object
org.redisson.rx.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 Details

    • RedissonMapRxIterator

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

    • create

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

      protected boolean tryAgain()