vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpConnection / shutdownAwait

shutdownAwait

suspend fun HttpConnection.shutdownAwait(): Unit

Suspending version of method io.vertx.core.http.HttpConnection.shutdown

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

suspend fun HttpConnection.shutdownAwait(timeout: Long): Unit

Suspending version of method io.vertx.core.http.HttpConnection.shutdown

Parameters

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