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

getAwait

suspend fun SessionStore.getAwait(cookieValue: String): Session?

Get the session with the specified ID.

Parameters

cookieValue - the unique ID of the session

resultHandler - will be called with a result holding the session, or a failure