| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonDelayedQueue<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> RDelayedQueue<V> |
Redisson.getDelayedQueue(RQueue<V> destinationQueue) |
| Modifier and Type | Method and Description |
|---|---|
<V> RDelayedQueue<V> |
RedissonClient.getDelayedQueue(RQueue<V> destinationQueue)
Returns unbounded delayed queue instance by name.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.