Uses of Interface
org.redisson.api.RQueueReactive
Packages that use RQueueReactive
-
Uses of RQueueReactive in org.redisson
Methods in org.redisson that return RQueueReactiveModifier and TypeMethodDescription<V> RQueueReactive<V> <V> RQueueReactive<V> <V> RQueueReactive<V> RedissonReactive.getQueue(PlainOptions options) -
Uses of RQueueReactive in org.redisson.api
Subinterfaces of RQueueReactive in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceReactive interface for Redis based BlockingDeque objectinterfaceReactive interface for BlockingQueue objectinterfaceReactive interface for Deque objectinterfaceRingBuffer based queue evicts elements from the head if queue capacity became full.interfaceReactive interface of Redis based implementation ofTransferQueueMethods in org.redisson.api that return RQueueReactiveModifier and TypeMethodDescription<V> RQueueReactive<V> Returns queue instance by name.<V> RQueueReactive<V> <V> RQueueReactive<V> Returns queue instance by name.<V> RQueueReactive<V> Returns queue instance by name using provided codec for queue objects.<V> RQueueReactive<V> RedissonReactiveClient.getQueue(PlainOptions options) Returns unbounded queue instance with specifiedoptions. -
Uses of RQueueReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RQueueReactive