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

endAwait

suspend fun SockJSSocket.endAwait(): Unit

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

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

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

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

Parameters

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