Uses of Interface
org.redisson.api.RQueueRx
-
Uses of RQueueRx in org.redisson
-
Uses of RQueueRx in org.redisson.api
Modifier and TypeInterfaceDescriptioninterface
RxJava2 interface for Redis based BlockingDeque objectinterface
RxJava2 interface for BlockingQueueinterface
RDequeRx<V>
RxJava2 interface for Deque objectinterface
RingBuffer based queue evicts elements from the head if queue capacity became full.interface
RxJava2 interface of Redis based implementation ofTransferQueue
Modifier and TypeMethodDescription<V> RQueueRx
<V> Returns queue instance by name.<V> RQueueRx
<V> <V> RQueueRx
<V> Returns queue instance by name.<V> RQueueRx
<V> Returns queue instance by name using provided codec for queue objects.<V> RQueueRx
<V> RedissonRxClient.getQueue
(PlainOptions options) Returns unbounded queue instance with specifiedoptions
. -
Uses of RQueueRx in org.redisson.rx