- Type Parameters:
V
- - value type
public class RedissonTransferQueueReactive<V>
extends Object
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors
-
Method Summary
org.reactivestreams.Publisher<Boolean>
addAll(org.reactivestreams.Publisher<? extends V> c)
org.reactivestreams.Publisher<V>
reactor.core.publisher.Flux<V>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RedissonTransferQueueReactive
-
Method Details
-
takeElements
public reactor.core.publisher.Flux<V> takeElements()
-
iterator
public org.reactivestreams.Publisher<V> iterator()
-
addAll
public org.reactivestreams.Publisher<Boolean> addAll(org.reactivestreams.Publisher<? extends V> c)