public class LimiterInterceptor extends LimiterAspectSupport implements MethodInterceptor, Serializable
| Constructor and Description |
|---|
LimiterInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(MethodInvocation methodInvocation)
Implement this method to perform extra treatments before and
after the invocation.
|
afterPropertiesSet, afterSingletonsInstantiated, execute, getLimitedResourceSource, getLimiterOperationContexts, limitContexts, releaseContexts, setBeanFactory, setLimitedResourceSourcepublic Object invoke(MethodInvocation methodInvocation) throws Throwable
MethodInterceptorJoinpoint.proceed().invoke in interface MethodInterceptormethodInvocation - the method invocation joinpointJoinpoint.proceed(), might be intercepted by the
intercept.Throwable - if the interceptors or the
target-object throws an exception.Copyright © 2020. All rights reserved.