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