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 Details

  • Method Details

    • takeElements

      public io.reactivex.rxjava3.core.Flowable<V> takeElements()