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