类 DistributedIdempotentHandler

java.lang.Object
cn.iosd.starter.redisson.handler.DistributedIdempotentHandler

@Component @ConditionalOnProperty(prefix="simple.redisson", name="enabled", havingValue="true") public class DistributedIdempotentHandler extends Object
作者:
ok1996
  • 构造器详细资料

    • DistributedIdempotentHandler

      public DistributedIdempotentHandler()
  • 方法详细资料

    • idempotent

      public Object idempotent(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
      接口幂等切面
      抛出:
      Throwable