Uses of Interface
io.smallrye.mutiny.vertx.WriteStreamSubscriber
Packages that use WriteStreamSubscriber
-
Uses of WriteStreamSubscriber in io.smallrye.mutiny.vertx
Methods in io.smallrye.mutiny.vertx that return WriteStreamSubscriberModifier and TypeMethodDescriptionWriteStreamSubscriber.onComplete(Runnable callback) Sets the handler to invoke on completion events.Sets the handler to invoke on failure events.WriteStreamSubscriber.onWriteStreamError(Consumer<? super Throwable> callback) Sets the handler to invoke if the adaptedWriteStreamfails.static <T> WriteStreamSubscriber<T> MutinyHelper.toSubscriber(io.vertx.core.streams.WriteStream<T> stream) Adapts a Vert.xWriteStreamto a MutinyFlow.Subscriber.static <R,T> WriteStreamSubscriber <R> MutinyHelper.toSubscriber(io.vertx.core.streams.WriteStream<T> stream, Function<R, T> mapping) LikeMutinyHelper.toSubscriber(WriteStream), except the providedmappingfunction is applied to each item. -
Uses of WriteStreamSubscriber in io.smallrye.mutiny.vertx.impl
Classes in io.smallrye.mutiny.vertx.impl that implement WriteStreamSubscriberMethods in io.smallrye.mutiny.vertx.impl that return WriteStreamSubscriberModifier and TypeMethodDescriptionWriteStreamSubscriberImpl.onComplete(Runnable handler) WriteStreamSubscriberImpl.onWriteStreamError(Consumer<? super Throwable> handler)