Uses of Class
io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
-
Packages that use RedisSessionStore Package Description io.vertx.reactivex.ext.web.sstore.redis -
-
Uses of RedisSessionStore in io.vertx.reactivex.ext.web.sstore.redis
Fields in io.vertx.reactivex.ext.web.sstore.redis with type parameters of type RedisSessionStore Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<RedisSessionStore>
RedisSessionStore. __TYPE_ARG
Methods in io.vertx.reactivex.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.static RedisSessionStore
RedisSessionStore. newInstance(RedisSessionStore arg)
-