Uses of Interface
io.vertx.ext.web.sstore.redis.RedisSessionStore
-
Packages that use RedisSessionStore Package Description io.vertx.ext.web.sstore.redis io.vertx.reactivex.ext.web.sstore.redis io.vertx.rxjava3.ext.web.sstore.redis -
-
Uses of RedisSessionStore in io.vertx.ext.web.sstore.redis
Methods in io.vertx.ext.web.sstore.redis that return RedisSessionStore Modifier and Type Method Description static RedisSessionStore
RedisSessionStore. create(Vertx vertx, long retryTimeoutMs, Redis redis)
Creates a RedisSessionStore with the given retry TO.static RedisSessionStore
RedisSessionStore. create(Vertx vertx, Redis redis)
Creates a RedisSessionStore with the default retry TO. -
Uses of RedisSessionStore in io.vertx.reactivex.ext.web.sstore.redis
Methods in io.vertx.reactivex.ext.web.sstore.redis that return RedisSessionStore Modifier and Type Method Description RedisSessionStore
RedisSessionStore. getDelegate()
Methods in io.vertx.reactivex.ext.web.sstore.redis with parameters of type RedisSessionStore Modifier and Type Method Description static RedisSessionStore
RedisSessionStore. newInstance(RedisSessionStore arg)
Constructors in io.vertx.reactivex.ext.web.sstore.redis with parameters of type RedisSessionStore Constructor Description RedisSessionStore(RedisSessionStore delegate)
-
Uses of RedisSessionStore in io.vertx.rxjava3.ext.web.sstore.redis
Methods in io.vertx.rxjava3.ext.web.sstore.redis that return RedisSessionStore Modifier and Type Method Description RedisSessionStore
RedisSessionStore. getDelegate()
Methods in io.vertx.rxjava3.ext.web.sstore.redis with parameters of type RedisSessionStore Modifier and Type Method Description static RedisSessionStore
RedisSessionStore. newInstance(RedisSessionStore arg)
Constructors in io.vertx.rxjava3.ext.web.sstore.redis with parameters of type RedisSessionStore Constructor Description RedisSessionStore(RedisSessionStore delegate)
-