Uses of Interface
io.vertx.reactivex.WriteStreamSubscriber
Packages that use WriteStreamSubscriber
Package
Description
-
Uses of WriteStreamSubscriber in io.vertx.reactivex
Methods in io.vertx.reactivex that return WriteStreamSubscriberModifier and TypeMethodDescriptionSets the handler to invoke if theFlowablethat was subscribed to terminates with an error.WriteStreamSubscriber.onWriteStreamEnd(Action handler) Sets the handler to invoke when the adaptedWriteStreamends successfully.WriteStreamSubscriber.onWriteStreamEndError(Consumer<? super Throwable> handler) Sets the handler to invoke when the adaptedWriteStreamends with an error.WriteStreamSubscriber.onWriteStreamError(Consumer<? super Throwable> handler) Sets the handler to invoke if the adaptedWriteStreamfails.static <T> WriteStreamSubscriber<T> RxHelper.toSubscriber(WriteStream<T> stream) Adapts a Vert.xWriteStreamto an RxJavaSubscriber.static <R,T> WriteStreamSubscriber <R> RxHelper.toSubscriber(WriteStream<T> stream, Function<R, T> mapping) LikeRxHelper.toSubscriber(WriteStream), except the providedmappingfunction is applied to eachFlowableitem. -
Uses of WriteStreamSubscriber in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp that return WriteStreamSubscriber -
Uses of WriteStreamSubscriber in io.vertx.reactivex.core.file
Methods in io.vertx.reactivex.core.file that return WriteStreamSubscriber -
Uses of WriteStreamSubscriber in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return WriteStreamSubscriberModifier and TypeMethodDescriptionClientWebSocket.toSubscriber()HttpClientRequest.toSubscriber()HttpServerResponse.toSubscriber()ServerWebSocket.toSubscriber()WebSocket.toSubscriber() -
Uses of WriteStreamSubscriber in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net that return WriteStreamSubscriber -
Uses of WriteStreamSubscriber in io.vertx.reactivex.core.streams
Methods in io.vertx.reactivex.core.streams that return WriteStreamSubscriber -
Uses of WriteStreamSubscriber in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return WriteStreamSubscriber -
Uses of WriteStreamSubscriber in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client that return WriteStreamSubscriber -
Uses of WriteStreamSubscriber in io.vertx.reactivex.grpc.common
Methods in io.vertx.reactivex.grpc.common that return WriteStreamSubscriber -
Uses of WriteStreamSubscriber in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return WriteStreamSubscriber -
Uses of WriteStreamSubscriber in io.vertx.reactivex.kafka.client.producer
Methods in io.vertx.reactivex.kafka.client.producer that return WriteStreamSubscriber