| Package | Description |
|---|---|
| io.vertx.axle.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 .
|
org.reactivestreams.Publisher<JsonEvent> |
JsonParser.toPublisher() |
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<JsonEvent> |
JsonParser.toPublisherBuilder() |
| Modifier and Type | Method and Description |
|---|---|
JsonParser |
JsonParser.handler(Consumer<JsonEvent> handler) |
CompletionStage<Void> |
JsonParser.pipeTo(WriteStream<JsonEvent> dst)
Pipe this
ReadStream to the WriteStream. |
Copyright © 2019 SmallRye. All rights reserved.