类 SentinelResourceAspect

java.lang.Object
com.alibaba.csp.sentinel.annotation.aspectj.AbstractSentinelAspectSupport
com.alibaba.csp.sentinel.annotation.aspectj.SentinelResourceAspect

public class SentinelResourceAspect extends AbstractSentinelAspectSupport
Aspect for methods with SentinelResource annotation.
作者:
Eric Zhao
  • 构造器详细资料

    • SentinelResourceAspect

      public SentinelResourceAspect()
  • 方法详细资料

    • sentinelResourceAnnotationPointcut

      public void sentinelResourceAnnotationPointcut()
    • invokeResourceWithSentinel

      public Object invokeResourceWithSentinel(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
      抛出:
      Throwable