类 LockAspect


  • public class LockAspect
    extends Object
    作者:
    youta
    • 构造器详细资料

      • LockAspect

        public LockAspect()
    • 方法详细资料

      • myPoint

        public void myPoint()
      • apiIdempotentCheck

        public reactor.core.publisher.Mono<?> apiIdempotentCheck​(org.aspectj.lang.ProceedingJoinPoint pjp)
                                                          throws Throwable
        抛出:
        Throwable
      • check

        private reactor.core.publisher.Mono<?> check​(org.springframework.web.server.ServerWebExchange serverWebExchange,
                                                     Object arg,
                                                     Method method,
                                                     reactor.core.publisher.Mono<?> mono)
      • getRequestName

        private String getRequestName​(URI requestURI,
                                      Annotation[] declaredAnnotations)