Package org.redisson.reactive
Class PublisherAdder<V>
- java.lang.Object
-
- org.redisson.reactive.PublisherAdder<V>
-
- Type Parameters:
V
- value type
public abstract class PublisherAdder<V> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description PublisherAdder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract RFuture<Boolean>
add(Object o)
org.reactivestreams.Publisher<Boolean>
addAll(org.reactivestreams.Publisher<? extends V> c)
-