Package org.redisson.rx
Class RedissonBlockingQueueRx<V>
- java.lang.Object
-
- org.redisson.rx.RedissonListRx<V>
-
- org.redisson.rx.RedissonBlockingQueueRx<V>
-
- Type Parameters:
V
- - value type
- Direct Known Subclasses:
RedissonBlockingDequeRx
public class RedissonBlockingQueueRx<V> extends RedissonListRx<V>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonBlockingQueueRx(RBlockingQueueAsync<V> queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.reactivex.rxjava3.core.Flowable<V>
takeElements()
-
Methods inherited from class org.redisson.rx.RedissonListRx
addAll, descendingIterator, descendingIterator, iterator, iterator
-
-
-
-
Constructor Detail
-
RedissonBlockingQueueRx
public RedissonBlockingQueueRx(RBlockingQueueAsync<V> queue)
-
-
Method Detail
-
takeElements
public io.reactivex.rxjava3.core.Flowable<V> takeElements()
-
-