Uses of Class
org.redisson.micronaut.session.RedissonHttpSessionConfiguration.UpdateMode
-
Packages that use RedissonHttpSessionConfiguration.UpdateMode Package Description org.redisson.micronaut.session -
-
Uses of RedissonHttpSessionConfiguration.UpdateMode in org.redisson.micronaut.session
Methods in org.redisson.micronaut.session that return RedissonHttpSessionConfiguration.UpdateMode Modifier and Type Method Description RedissonHttpSessionConfiguration.UpdateModeRedissonHttpSessionConfiguration. getUpdateMode()static RedissonHttpSessionConfiguration.UpdateModeRedissonHttpSessionConfiguration.UpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RedissonHttpSessionConfiguration.UpdateMode[]RedissonHttpSessionConfiguration.UpdateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.micronaut.session with parameters of type RedissonHttpSessionConfiguration.UpdateMode Modifier and Type Method Description voidRedissonHttpSessionConfiguration. setUpdateMode(RedissonHttpSessionConfiguration.UpdateMode updateMode)Defines session attributes update mode.Constructors in org.redisson.micronaut.session with parameters of type RedissonHttpSessionConfiguration.UpdateMode Constructor Description RedissonSession(RedissonSessionStore redissonManager, String id, RedissonHttpSessionConfiguration.UpdateMode updateMode)RedissonSession(RedissonSessionStore redissonManager, String id, RedissonHttpSessionConfiguration.UpdateMode updateMode, Duration maxInactiveInterval)
-