V
- the type of elements held in this collectionpublic interface RQueueReactive<V> extends RCollectionReactive<V>
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Boolean> |
offer(V e) |
reactor.core.publisher.Mono<V> |
peek() |
reactor.core.publisher.Mono<V> |
poll() |
reactor.core.publisher.Mono<V> |
pollLastAndOfferFirstTo(String queueName) |
add, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll, size
clearExpire, expire, expireAt, expireAt, remainTimeToLive
Copyright © 2014–2019 The Redisson Project. All rights reserved.