| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
<V> RBlockingQueueReactive<V> |
RedissonReactive.getBlockingQueue(String name) |
<V> RBlockingQueueReactive<V> |
RedissonReactive.getBlockingQueue(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RBlockingDequeReactive<V>
Reactive interface for Redis based BlockingDeque object
|
interface |
RTransferQueueReactive<V>
Reactive interface of Redis based implementation of
TransferQueue |
| Modifier and Type | Method and Description |
|---|---|
<V> RBlockingQueueReactive<V> |
RBatchReactive.getBlockingQueue(String name)
Returns blocking queue instance by name.
|
<V> RBlockingQueueReactive<V> |
RedissonReactiveClient.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,
Codec codec)
Returns blocking queue instance by name
using provided codec for queue objects.
|
| Modifier and Type | Method and Description |
|---|---|
<V> RBlockingQueueReactive<V> |
RedissonBatchReactive.getBlockingQueue(String name) |
<V> RBlockingQueueReactive<V> |
RedissonBatchReactive.getBlockingQueue(String name,
Codec codec) |
Copyright © 2014–2021 Redisson. All rights reserved.