| Modifier and Type | Method and Description | 
|---|---|
| abstract WriteStreamSubscriber<R> | WriteStreamSubscriber. onError(Action1<Throwable> handler)Sets the handler to invoke if the  Observablethat was subscribed to terminates with an error. | 
| abstract WriteStreamSubscriber<R> | WriteStreamSubscriber. onWriteStreamEnd(Action0 handler)Sets the handler to invoke when the adapted  WriteStreamends successfully. | 
| abstract WriteStreamSubscriber<R> | WriteStreamSubscriber. onWriteStreamEndError(Action1<Throwable> handler)Sets the handler to invoke when the adapted  WriteStreamends with an error. | 
| abstract WriteStreamSubscriber<R> | WriteStreamSubscriber. onWriteStreamError(Action1<Throwable> handler)Sets the handler to invoke if the adapted  WriteStreamfails. | 
| static <T> WriteStreamSubscriber<T> | RxHelper. toSubscriber(WriteStream<T> stream)Adapts a Vert.x  WriteStreamto an RxJavaSubscriber. | 
| static <R,T> WriteStreamSubscriber<R> | RxHelper. toSubscriber(WriteStream<T> stream,
            java.util.function.Function<R,T> mapping)Like  RxHelper.toSubscriber(WriteStream), except the providedmappingfunction is applied to eachObservableitem. | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteStreamSubscriber<AmqpMessage> | AmqpSender. toSubscriber() | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteStreamSubscriber<Buffer> | AsyncFile. toSubscriber() | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteStreamSubscriber<Buffer> | HttpServerResponse. toSubscriber() | 
| WriteStreamSubscriber<Buffer> | ServerWebSocket. toSubscriber() | 
| WriteStreamSubscriber<Buffer> | HttpClientRequest. toSubscriber() | 
| WriteStreamSubscriber<Buffer> | WebSocket. toSubscriber() | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteStreamSubscriber<Buffer> | NetSocket. toSubscriber() | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteStreamSubscriber<Buffer> | SockJSSocket. toSubscriber() | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteStreamSubscriber<KafkaProducerRecord<K,V>> | KafkaProducer. toSubscriber() | 
Copyright © 2021 Eclipse. All rights reserved.