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 Details

    • PublisherAdder

      public PublisherAdder()
  • Method Details

    • add

      public abstract RFuture<Boolean> add(Object o)
    • addAll

      public org.reactivestreams.Publisher<Boolean> addAll(org.reactivestreams.Publisher<? extends V> c)