Package org.aoju.bus.limiter.intercept
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+
- Version:
- 6.5.0
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aoju.bus.limiter.intercept.LimiterAspectSupport
afterPropertiesSet, afterSingletonsInstantiated, execute, getLimitedResourceSource, getLimiterOperationContexts, limitContexts, releaseContexts, setBeanFactory, setLimitedResourceSource
-
Constructor Details
-
LimiterInterceptor
public LimiterInterceptor()
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-