T - the type of itempublic final class MultiRetryWhenOp<T> extends AbstractMultiOperator<T,T>
If the companion stream signals when the main source is active, the repeat attempt is suppressed and any terminal signal will terminate the main source with the same signal immediately.
upstream| Constructor and Description |
|---|
MultiRetryWhenOp(Multi<? extends T> upstream,
Function<? super Multi<Throwable>,? extends org.reactivestreams.Publisher<?>> triggerStreamFactory) |
| Modifier and Type | Method and Description |
|---|---|
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>Copyright © 2019–2020 SmallRye. All rights reserved.