V - the type of elements held in this collectionpublic interface RQueueReactive<V> extends RCollectionReactive<V>
Queue backed by Redis| Modifier and Type | Method and 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, sizeclearExpire, expire, expireAt, expireAt, remainTimeToLiveCopyright © 2014–2018 The Redisson Project. All rights reserved.