Uses of Class
io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
-
Packages that use LocalSessionStore Package Description io.vertx.rxjava3.ext.web.sstore -
-
Uses of LocalSessionStore in io.vertx.rxjava3.ext.web.sstore
Fields in io.vertx.rxjava3.ext.web.sstore with type parameters of type LocalSessionStore Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<LocalSessionStore>
LocalSessionStore. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.web.sstore that return LocalSessionStore Modifier and Type Method Description static LocalSessionStore
LocalSessionStore. create(Vertx vertx)
Create a session storestatic LocalSessionStore
LocalSessionStore. create(Vertx vertx, String sessionMapName)
Create a session storestatic LocalSessionStore
LocalSessionStore. create(Vertx vertx, String sessionMapName, long reaperInterval)
Create a session storestatic LocalSessionStore
LocalSessionStore. newInstance(LocalSessionStore arg)
-