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

getAwait

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

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

Parameters

cookieValue - the unique ID of the session

Return

Session?

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