Uses of Class
io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
-
Packages that use ClusteredSessionStore Package Description io.vertx.mutiny.ext.web.sstore -
-
Uses of ClusteredSessionStore in io.vertx.mutiny.ext.web.sstore
Fields in io.vertx.mutiny.ext.web.sstore with type parameters of type ClusteredSessionStore Modifier and Type Field Description static TypeArg<ClusteredSessionStore>
ClusteredSessionStore. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.sstore that return ClusteredSessionStore Modifier and Type Method Description static ClusteredSessionStore
ClusteredSessionStore. create(Vertx vertx)
static ClusteredSessionStore
ClusteredSessionStore. create(Vertx vertx, long retryTimeout)
static ClusteredSessionStore
ClusteredSessionStore. create(Vertx vertx, String sessionMapName)
static ClusteredSessionStore
ClusteredSessionStore. create(Vertx vertx, String sessionMapName, long retryTimeout)
static ClusteredSessionStore
ClusteredSessionStore. newInstance(io.vertx.ext.web.sstore.ClusteredSessionStore arg)
-