vertx / io.vertx.kotlin.ext.web.handler.sockjs / io.vertx.ext.web.handler.sockjs.SockJSSocket / pipeToAwait

pipeToAwait

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

Suspending version of method io.vertx.ext.web.handler.sockjs.SockJSSocket.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.ext.web.handler.sockjs.SockJSSocket using Vert.x codegen.