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

Extensions for io.vertx.ext.web.sstore.SessionStore

clearAwait

suspend fun SessionStore.clearAwait(): Unit

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

deleteAwait

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

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

getAwait

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

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

putAwait

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

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

sizeAwait

suspend fun SessionStore.sizeAwait(): Int

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