public class UniOnFailureFlatMap<I> extends UniOperator<I,I>
| Constructor and Description |
|---|
UniOnFailureFlatMap(Uni<I> upstream,
Predicate<? super Throwable> predicate,
Function<? super Throwable,? extends Uni<? extends I>> mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
subscribing(UniSerializedSubscriber<? super I> subscriber) |
upstreamand, and, await, cache, convert, emitOn, ifNoItem, on, onFailure, onFailure, onFailure, onItem, onItemOrFailure, onSubscribe, onTermination, or, repeat, runSubscriptionOn, subscribe, subscribe, toMulticlone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchain, combine, createFrom, eventually, eventually, flatMap, invoke, invokeUni, map, stage, subscribeAsCompletionStage, subscribeOn, then, thenprotected void subscribing(UniSerializedSubscriber<? super I> subscriber)
subscribing in class AbstractUni<I>Copyright © 2019–2020 SmallRye. All rights reserved.