Package | Description |
---|---|
io.vertx.reactivex.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 .
|
Flowable<JsonEvent> |
JsonParser.toFlowable() |
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 . |
Completable |
JsonParser.rxPipeTo(WriteStream<JsonEvent> dst)
Pipe this
ReadStream to the WriteStream . |
Copyright © 2021 Eclipse. All rights reserved.