Uses of Enum Class
org.springframework.integration.redis.util.RedisLockRegistry.RedisLockType
Packages that use RedisLockRegistry.RedisLockType
-
Uses of RedisLockRegistry.RedisLockType in org.springframework.integration.redis.util
Methods in org.springframework.integration.redis.util that return RedisLockRegistry.RedisLockTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RedisLockRegistry.RedisLockType[]RedisLockRegistry.RedisLockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.integration.redis.util with parameters of type RedisLockRegistry.RedisLockTypeModifier and TypeMethodDescriptionvoidRedisLockRegistry.setRedisLockType(RedisLockRegistry.RedisLockType redisLockType) SetRedisLockRegistry.RedisLockTypemode to work in.