Uses of Class
io.helidon.common.reactive.MultiTappedPublisher.Builder
Packages that use MultiTappedPublisher.Builder
-
Uses of MultiTappedPublisher.Builder in io.helidon.common.reactive
Methods in io.helidon.common.reactive that return MultiTappedPublisher.BuilderModifier and TypeMethodDescriptionstatic <T> MultiTappedPublisher.Builder<T> A builder to customize a multi tapped publisher instance.MultiTappedPublisher.Builder.onCancelCallback(Runnable onCancelCallback) On cancel callback.MultiTappedPublisher.Builder.onCompleteCallback(Runnable onCompleteCallback) On complete callback.MultiTappedPublisher.Builder.onErrorCallback(Consumer<? super Throwable> onErrorCallback) On error callback.MultiTappedPublisher.Builder.onNextCallback(Consumer<? super T> onNextCallback) On next callback.MultiTappedPublisher.Builder.onRequestCallback(LongConsumer onRequestCallback) On request callback.MultiTappedPublisher.Builder.onSubscribeCallback(Runnable onSubscribeCallback) Subscription callback.