V
- the type of elements held in this collectionRCollectionReactive<V>
, RExpirableReactive
, RObjectReactive
RBlockingDequeReactive<V>
, RBlockingQueueReactive<V>
, RDequeReactive<V>
RedissonBlockingDequeReactive
, RedissonBlockingQueueReactive
, RedissonDequeReactive
, RedissonQueueReactive
public interface RQueueReactive<V> extends RCollectionReactive<V>
Queue
backed by RedisModifier and Type | Method | Description |
---|---|---|
org.reactivestreams.Publisher<Integer> |
offer(V e) |
|
org.reactivestreams.Publisher<V> |
peek() |
|
org.reactivestreams.Publisher<V> |
poll() |
|
org.reactivestreams.Publisher<V> |
pollLastAndOfferFirstTo(String queueName) |
add, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll, size
clearExpire, expire, expireAt, expireAt, remainTimeToLive
Copyright © 2014–2018 The Redisson Project. All rights reserved.