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

deleteAwait

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

Delete the session with the specified ID.

Parameters

id - the session id

resultHandler - will be called with a success or a failure