Uses of Interface
io.vertx.ext.web.sstore.ClusteredSessionStore
-
Packages that use ClusteredSessionStore Package Description io.vertx.ext.web.sstore io.vertx.reactivex.ext.web.sstore io.vertx.rxjava3.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 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. -
Uses of ClusteredSessionStore in io.vertx.reactivex.ext.web.sstore
Methods in io.vertx.reactivex.ext.web.sstore that return ClusteredSessionStore Modifier and Type Method Description ClusteredSessionStore
ClusteredSessionStore. getDelegate()
Methods in io.vertx.reactivex.ext.web.sstore with parameters of type ClusteredSessionStore Modifier and Type Method Description static ClusteredSessionStore
ClusteredSessionStore. newInstance(ClusteredSessionStore arg)
Constructors in io.vertx.reactivex.ext.web.sstore with parameters of type ClusteredSessionStore Constructor Description ClusteredSessionStore(ClusteredSessionStore delegate)
-
Uses of ClusteredSessionStore in io.vertx.rxjava3.ext.web.sstore
Methods in io.vertx.rxjava3.ext.web.sstore that return ClusteredSessionStore Modifier and Type Method Description ClusteredSessionStore
ClusteredSessionStore. getDelegate()
Methods in io.vertx.rxjava3.ext.web.sstore with parameters of type ClusteredSessionStore Modifier and Type Method Description static ClusteredSessionStore
ClusteredSessionStore. newInstance(ClusteredSessionStore arg)
Constructors in io.vertx.rxjava3.ext.web.sstore with parameters of type ClusteredSessionStore Constructor Description ClusteredSessionStore(ClusteredSessionStore delegate)
-