Uses of Interface
org.redisson.api.RBlockingQueueReactive
-
Packages that use RBlockingQueueReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RBlockingQueueReactive in org.redisson
Methods in org.redisson that return RBlockingQueueReactive Modifier and Type Method Description <V> RBlockingQueueReactive<V>
RedissonReactive. getBlockingQueue(String name)
<V> RBlockingQueueReactive<V>
RedissonReactive. getBlockingQueue(String name, Codec codec)
-
Uses of RBlockingQueueReactive in org.redisson.api
Subinterfaces of RBlockingQueueReactive in org.redisson.api Modifier and Type Interface Description interface
RBlockingDequeReactive<V>
Reactive interface for Redis based BlockingDeque objectinterface
RTransferQueueReactive<V>
Reactive interface of Redis based implementation ofTransferQueue
Methods in org.redisson.api that return RBlockingQueueReactive Modifier and Type Method Description <V> RBlockingQueueReactive<V>
RBatchReactive. getBlockingQueue(String name)
Returns blocking queue instance by name.<V> RBlockingQueueReactive<V>
RBatchReactive. getBlockingQueue(String name, Codec codec)
<V> RBlockingQueueReactive<V>
RedissonReactiveClient. getBlockingQueue(String name)
Returns blocking queue instance by name.<V> RBlockingQueueReactive<V>
RedissonReactiveClient. getBlockingQueue(String name, Codec codec)
Returns blocking queue instance by name using provided codec for queue objects. -
Uses of RBlockingQueueReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RBlockingQueueReactive Modifier and Type Method Description <V> RBlockingQueueReactive<V>
RedissonBatchReactive. getBlockingQueue(String name)
<V> RBlockingQueueReactive<V>
RedissonBatchReactive. getBlockingQueue(String name, Codec codec)
-