suspend fun SessionStore.getAwait(cookieValue: String): Session?
Suspending version of method io.vertx.ext.web.sstore.SessionStore.get
cookieValue
- the unique ID of the session
Return
NOTE: This function has been automatically generated from io.vertx.ext.web.sstore.SessionStore using Vert.x codegen.