Uses of Class
org.redisson.micronaut.session.RedissonSession
-
Packages that use RedissonSession Package Description org.redisson.micronaut.session -
-
Uses of RedissonSession in org.redisson.micronaut.session
Methods in org.redisson.micronaut.session that return RedissonSession Modifier and Type Method Description RedissonSessionRedissonSessionStore. newSession()Methods in org.redisson.micronaut.session that return types with arguments of type RedissonSession Modifier and Type Method Description CompletableFuture<Optional<RedissonSession>>RedissonSessionStore. findSession(String id)CompletableFuture<RedissonSession>RedissonSession. save()CompletableFuture<RedissonSession>RedissonSessionStore. save(RedissonSession session)Methods in org.redisson.micronaut.session with parameters of type RedissonSession Modifier and Type Method Description CompletableFuture<RedissonSession>RedissonSessionStore. save(RedissonSession session)
-