Uses of Enum
org.redisson.tomcat.RedissonSessionManager.ReadMode
-
Uses of RedissonSessionManager.ReadMode in org.redisson.tomcat
Subclasses with type arguments of type RedissonSessionManager.ReadMode in org.redisson.tomcatMethods in org.redisson.tomcat that return RedissonSessionManager.ReadModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RedissonSessionManager.ReadMode[]RedissonSessionManager.ReadMode.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.ReadModeModifierConstructorDescriptionRedissonSession(RedissonSessionManager manager, RedissonSessionManager.ReadMode readMode, RedissonSessionManager.UpdateMode updateMode, boolean broadcastSessionEvents, boolean broadcastSessionUpdates)