public class ThrottleAdvice
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottleAdvice.EvaluationRoot |
static class |
ThrottleAdvice.NameEvaluator |
| Constructor and Description |
|---|
ThrottleAdvice(org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.util.StringValueResolver stringValueResolver) |
| Modifier and Type | Method and Description |
|---|---|
int |
advisingCount() |
protected void |
initOnceBeforeWork() |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
public ThrottleAdvice(org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.util.StringValueResolver stringValueResolver)
protected void initOnceBeforeWork()
public java.lang.Object invoke(@NotNull
org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.Throwablepublic int advisingCount()