Uses of Class
io.helidon.common.reactive.MultiTappedProcessor
-
-
Uses of MultiTappedProcessor in io.helidon.common.reactive
Methods in io.helidon.common.reactive that return MultiTappedProcessor Modifier and Type Method Description static <R> MultiTappedProcessor<R>MultiTappedProcessor. create()Create new processor with no functions to execute when signals are intercepted.MultiTappedProcessor<R>MultiTappedProcessor. onCancel(Consumer<Flow.Subscription> consumer)Set consumer to be executed when onCancel signal is intercepted.MultiTappedProcessor<R>MultiTappedProcessor. onComplete(Runnable runnable)SetRunnableto be executed when onComplete signal is intercepted.MultiTappedProcessor<R>MultiTappedProcessor. onError(Consumer<Throwable> consumer)SetConsumerto be executed when onError signal is intercepted.MultiTappedProcessor<R>MultiTappedProcessor. onNext(Function<R,R> function)SetFunctionto be executed when onNext signal is intercepted.
-