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

pipeToAwait

suspend fun RecordParser.pipeToAwait(dst: WriteStream<Buffer>): Unit

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

Parameters

dst -

the destination write stream

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