Uses of Interface
io.vertx.ext.web.sstore.ClusteredSessionStore
-
Packages that use ClusteredSessionStore Package Description io.vertx.ext.web.sstore -
-
Uses of ClusteredSessionStore in io.vertx.ext.web.sstore
Methods in io.vertx.ext.web.sstore that return ClusteredSessionStore Modifier and Type Method Description static ClusteredSessionStoreClusteredSessionStore. create(Vertx vertx)Create a session storestatic ClusteredSessionStoreClusteredSessionStore. create(Vertx vertx, long retryTimeout)Create a session store.static ClusteredSessionStoreClusteredSessionStore. create(Vertx vertx, String sessionMapName)Create a session storestatic ClusteredSessionStoreClusteredSessionStore. create(Vertx vertx, String sessionMapName, long retryTimeout)Create a session store.
-