Uses of Enum
org.redisson.tomcat.RedissonSessionManager.UpdateMode
-
Uses of RedissonSessionManager.UpdateMode in org.redisson.tomcat
Subclasses with type arguments of type RedissonSessionManager.UpdateMode in org.redisson.tomcatMethods in org.redisson.tomcat that return RedissonSessionManager.UpdateModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RedissonSessionManager.UpdateMode[]RedissonSessionManager.UpdateMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.redisson.tomcat with parameters of type RedissonSessionManager.UpdateModeModifierConstructorDescriptionRedissonSession(RedissonSessionManager manager, RedissonSessionManager.ReadMode readMode, RedissonSessionManager.UpdateMode updateMode, boolean broadcastSessionEvents, boolean broadcastSessionUpdates)