类 DistributedLockHandler
java.lang.Object
cn.iosd.starter.redisson.annotation.DistributedLockHandler
@Component
@ConditionalOnProperty(prefix="simple.redisson",
name="enabled",
havingValue="true")
public class DistributedLockHandler
extends Object
注解解析器
- 作者:
- ok1996
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明around(org.aspectj.lang.ProceedingJoinPoint joinPoint, DistributedLock distributedLock)
-
字段详细资料
-
LOCK_NAME_APPEND
- 另请参阅:
-
-
构造器详细资料
-
DistributedLockHandler
public DistributedLockHandler()
-
-
方法详细资料
-
around
public Object around(org.aspectj.lang.ProceedingJoinPoint joinPoint, DistributedLock distributedLock) throws Throwable - 抛出:
Throwable
-