K - key typeV - value typeM - entry typepublic class RedissonMapRxIterator<K,V,M> extends Object
| Constructor and Description |
|---|
RedissonMapRxIterator(RedissonMap<K,V> map,
String pattern,
int count) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<M> |
create() |
protected boolean |
tryAgain() |
public RedissonMapRxIterator(RedissonMap<K,V> map, String pattern, int count)
public io.reactivex.Flowable<M> create()
protected boolean tryAgain()
Copyright © 2014–2019 Redisson. All rights reserved.