Uses of Interface
org.redisson.api.RQueueRx
Packages that use RQueueRx
-
Uses of RQueueRx in org.redisson
Methods in org.redisson that return RQueueRx -
Uses of RQueueRx in org.redisson.api
Subinterfaces of RQueueRx in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRxJava2 interface for Redis based BlockingDeque objectinterfaceRxJava2 interface for BlockingQueueinterfaceRDequeRx<V>RxJava2 interface for Deque objectinterfaceRingBuffer based queue evicts elements from the head if queue capacity became full.interfaceRxJava2 interface of Redis based implementation ofTransferQueueMethods in org.redisson.api that return RQueueRxModifier 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
Methods in org.redisson.rx that return RQueueRx