vertx / io.vertx.kotlin.ext.web.sstore / io.vertx.ext.web.sstore.SessionStore / deleteAwait

deleteAwait

suspend fun SessionStore.deleteAwait(id: String): Unit

Suspending version of method io.vertx.ext.web.sstore.SessionStore.delete

Parameters

id -

the session id

NOTE: This function has been automatically generated from io.vertx.ext.web.sstore.SessionStore using Vert.x codegen.