vertx / io.vertx.kotlin.core.http / io.vertx.core.http.WebSocket / endAwait

endAwait

suspend fun WebSocket.endAwait(data: Buffer): Unit

Suspending version of method io.vertx.core.http.WebSocket.end

Parameters

data - NOTE: This function has been automatically generated from io.vertx.core.http.WebSocket using Vert.x codegen.

suspend fun WebSocket.endAwait(): Unit

Suspending version of method io.vertx.core.http.WebSocket.end

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