Uses of Interface
org.redisson.api.RBlockingQueueRx
-
Packages that use RBlockingQueueRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RBlockingQueueRx in org.redisson
Methods in org.redisson that return RBlockingQueueRx Modifier and Type Method Description <V> RBlockingQueueRx<V>
RedissonRx. getBlockingQueue(String name)
<V> RBlockingQueueRx<V>
RedissonRx. getBlockingQueue(String name, Codec codec)
-
Uses of RBlockingQueueRx in org.redisson.api
Subinterfaces of RBlockingQueueRx in org.redisson.api Modifier and Type Interface Description interface
RBlockingDequeRx<V>
RxJava2 interface for Redis based BlockingDeque objectinterface
RTransferQueueRx<V>
RxJava2 interface of Redis based implementation ofTransferQueue
Methods in org.redisson.api that return RBlockingQueueRx Modifier and Type Method Description <V> RBlockingQueueRx<V>
RBatchRx. getBlockingQueue(String name)
Returns blocking queue instance by name.<V> RBlockingQueueRx<V>
RBatchRx. getBlockingQueue(String name, Codec codec)
<V> RBlockingQueueRx<V>
RedissonRxClient. getBlockingQueue(String name)
Returns blocking queue instance by name.<V> RBlockingQueueRx<V>
RedissonRxClient. getBlockingQueue(String name, Codec codec)
Returns blocking queue instance by name using provided codec for queue objects. -
Uses of RBlockingQueueRx in org.redisson.rx
Methods in org.redisson.rx that return RBlockingQueueRx Modifier and Type Method Description <V> RBlockingQueueRx<V>
RedissonBatchRx. getBlockingQueue(String name)
<V> RBlockingQueueRx<V>
RedissonBatchRx. getBlockingQueue(String name, Codec codec)
-