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)
Like
ReadStream.pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>) but with no completion handler. |
void |
JsonParser.pipeTo(WriteStream<JsonEvent> dst,
Handler<AsyncResult<Void>> handler)
Pipe this
ReadStream to the WriteStream . |
Observable<Void> |
JsonParser.pipeToObservable(WriteStream<JsonEvent> dst)
|
Single<Void> |
JsonParser.rxPipeTo(WriteStream<JsonEvent> dst)
Pipe this
ReadStream to the WriteStream . |
Copyright © 2023 Eclipse. All rights reserved.