Uses of Enum
org.redisson.micronaut.session.RedissonHttpSessionConfiguration.UpdateMode
Packages that use RedissonHttpSessionConfiguration.UpdateMode
-
Uses of RedissonHttpSessionConfiguration.UpdateMode in org.redisson.micronaut.session
Methods in org.redisson.micronaut.session that return RedissonHttpSessionConfiguration.UpdateModeModifier and TypeMethodDescriptionRedissonHttpSessionConfiguration.getUpdateMode()Returns the enum constant of this type with the specified name.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.UpdateModeModifier and TypeMethodDescriptionvoidRedissonHttpSessionConfiguration.setUpdateMode(RedissonHttpSessionConfiguration.UpdateMode updateMode) Defines session attributes update mode.Constructors in org.redisson.micronaut.session with parameters of type RedissonHttpSessionConfiguration.UpdateModeModifierConstructorDescriptionRedissonSession(RedissonSessionStore redissonManager, String id, RedissonHttpSessionConfiguration.UpdateMode updateMode) RedissonSession(RedissonSessionStore redissonManager, String id, RedissonHttpSessionConfiguration.UpdateMode updateMode, Duration maxInactiveInterval)