Uses of Interface
com.github.yingzhuo.springboot.redlock.RedissonRedLockFactory
-
Uses of RedissonRedLockFactory in com.github.yingzhuo.springboot.redlock
Classes in com.github.yingzhuo.springboot.redlock that implement RedissonRedLockFactoryMethods in com.github.yingzhuo.springboot.redlock that return RedissonRedLockFactoryModifier and TypeMethodDescriptionRedissonRedLockAutoConfiguration.redissonRedLockFactory(RedLockProperties props, ServerConfigCustomizer customizer) 注册锁的工厂Methods in com.github.yingzhuo.springboot.redlock with parameters of type RedissonRedLockFactoryModifier and TypeMethodDescriptionvoidUseMultiLockAdvice.setLockFactory(RedissonRedLockFactory lockFactory) RedissonRedLockAutoConfiguration.useMultiLockAdvice(RedissonRedLockFactory lockFactory, RedLockProperties props) 注册切面用于支持UseMultiLock