public class UniOnItemOrFailureConsume<T> extends UniOperator<T,T>
| Constructor and Description |
|---|
UniOnItemOrFailureConsume(Uni<? extends T> upstream,
BiConsumer<? super T,Throwable> callback) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
subscribing(UniSerializedSubscriber<? super T> 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, thenpublic UniOnItemOrFailureConsume(Uni<? extends T> upstream, BiConsumer<? super T,Throwable> callback)
protected void subscribing(UniSerializedSubscriber<? super T> subscriber)
subscribing in class AbstractUni<T>Copyright © 2019–2020 SmallRye. All rights reserved.