V
- the type of elements held in this collectionpublic interface RQueueReactive<V> extends RCollectionReactive<V>
Queue
backed by RedisModifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Long> |
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–2016 The Redisson Project. All rights reserved.