| Package | Description |
|---|---|
| io.vertx.rxjava3.core.parsetools |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<JsonEvent> |
JsonEvent.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static JsonEvent |
JsonEvent.newInstance(io.vertx.core.parsetools.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 .
|
io.reactivex.rxjava3.core.Flowable<JsonEvent> |
JsonParser.toFlowable() |
io.reactivex.rxjava3.core.Observable<JsonEvent> |
JsonParser.toObservable() |
| Modifier and Type | Method and Description |
|---|---|
JsonParser |
JsonParser.handler(io.vertx.core.Handler<JsonEvent> handler) |
io.reactivex.rxjava3.core.Completable |
JsonParser.pipeTo(WriteStream<JsonEvent> dst)
Pipe this
ReadStream to the WriteStream. |
io.reactivex.rxjava3.core.Completable |
JsonParser.rxPipeTo(WriteStream<JsonEvent> dst)
Pipe this
ReadStream to the WriteStream. |
Copyright © 2022 Eclipse. All rights reserved.