public class ThrottleAdvice
extends java.lang.Object
implements org.springframework.aop.MethodBeforeAdvice
| Constructor and Description |
|---|
ThrottleAdvice(ThrottleManager throttleManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
before(java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target) |
public ThrottleAdvice(ThrottleManager throttleManager)