Uses of Interface
org.redisson.api.RBlockingQueueRx
Packages that use RBlockingQueueRx
-
Uses of RBlockingQueueRx in org.redisson
Methods in org.redisson that return RBlockingQueueRxModifier and TypeMethodDescription<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.apiModifier and TypeInterfaceDescriptioninterfaceRxJava2 interface for Redis based BlockingDeque objectinterfaceRxJava2 interface of Redis based implementation ofTransferQueueMethods in org.redisson.api that return RBlockingQueueRxModifier and TypeMethodDescription<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 RBlockingQueueRxModifier and TypeMethodDescription<V> RBlockingQueueRx<V>RedissonBatchRx.getBlockingQueue(String name) <V> RBlockingQueueRx<V>RedissonBatchRx.getBlockingQueue(String name, Codec codec)