suspend fun SessionStore.clearAwait(): Unit
Suspending version of method io.vertx.ext.web.sstore.SessionStore.clear |
|
suspend fun SessionStore.deleteAwait(id: String): Unit
Suspending version of method io.vertx.ext.web.sstore.SessionStore.delete |
|
suspend fun SessionStore.getAwait(cookieValue: String): Session?
Suspending version of method io.vertx.ext.web.sstore.SessionStore.get |
|
suspend fun SessionStore.putAwait(session: Session): Unit
Suspending version of method io.vertx.ext.web.sstore.SessionStore.put |
|
suspend fun SessionStore.sizeAwait(): Int
Suspending version of method io.vertx.ext.web.sstore.SessionStore.size |