T - the type of itempublic class MultiCacheOp<T> extends AbstractMultiOperator<T,T> implements org.reactivestreams.Subscriber<T>
multi caching the events emitted from upstreams and replaying it to subscribers.
This multi can have several subscribers.upstream| Constructor and Description |
|---|
MultiCacheOp(Multi<T> upstream) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(T item) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
void |
subscribe(MultiSubscriber<? super T> downstream) |
upstreambroadcast, cache, collectItems, convert, emitOn, groupItems, on, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onSubscribe, onTermination, runSubscriptionOn, subscribe, subscribe, toUni, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbroadcast, cache, collectItems, concatMap, convert, createBy, createFrom, emitOn, filter, flatMap, groupItems, invoke, invokeUni, map, on, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onSubscribe, onTermination, runSubscriptionOn, stage, subscribe, subscribeOn, then, toUni, transformpublic void subscribe(MultiSubscriber<? super T> downstream)
subscribe in class AbstractMulti<T>public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe in interface org.reactivestreams.Subscriber<T>public void onNext(T item)
onNext in interface org.reactivestreams.Subscriber<T>public void onError(Throwable t)
onError in interface org.reactivestreams.Subscriber<T>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<T>Copyright © 2019–2020 SmallRye. All rights reserved.