| Package | Description | 
|---|---|
| io.vertx.rxjava.core.parsetools | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<JsonEvent> | 
JsonEvent.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static JsonEvent | 
JsonEvent.newInstance(JsonEvent arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
Pipe<JsonEvent> | 
JsonParser.pipe()
Pause this stream and return a  to transfer the elements of this stream to a destination . 
 | 
Observable<JsonEvent> | 
JsonParser.toObservable()  | 
| Modifier and Type | Method and Description | 
|---|---|
JsonParser | 
JsonParser.handler(Handler<JsonEvent> handler)  | 
void | 
JsonParser.pipeTo(WriteStream<JsonEvent> dst)
Pipe this  
ReadStream to the WriteStream. | 
void | 
JsonParser.pipeTo(WriteStream<JsonEvent> dst,
      Handler<AsyncResult<Void>> handler)
Pipe this  
ReadStream to the WriteStream. | 
Single<Void> | 
JsonParser.rxPipeTo(WriteStream<JsonEvent> dst)
Pipe this  
ReadStream to the WriteStream. | 
Copyright © 2020 Eclipse. All rights reserved.