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

putAwait

suspend fun SessionStore.putAwait(session: Session): Unit

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

Parameters

session -

the session

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