vertx / io.vertx.kotlin.core.parsetools / io.vertx.core.parsetools.JsonParser / pipeToAwait

pipeToAwait

suspend fun JsonParser.pipeToAwait(dst: WriteStream<JsonEvent>): Unit

Suspending version of method io.vertx.core.parsetools.JsonParser.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.core.parsetools.JsonParser using Vert.x codegen.