Class LimiterInterceptor

java.lang.Object
org.aoju.bus.limiter.intercept.LimiterAspectSupport
org.aoju.bus.limiter.intercept.LimiterInterceptor
All Implemented Interfaces:
Serializable, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.SmartInitializingSingleton

public class LimiterInterceptor extends LimiterAspectSupport implements org.aopalliance.intercept.MethodInterceptor, Serializable
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • LimiterInterceptor

      public LimiterInterceptor()
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable