public class ThrottlePointcut
extends java.lang.Object
implements org.springframework.aop.Pointcut
| Constructor and Description |
|---|
ThrottlePointcut() |
ThrottlePointcut(org.springframework.aop.Pointcut pointcut) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.aop.ClassFilter |
getClassFilter() |
org.springframework.aop.MethodMatcher |
getMethodMatcher() |
public ThrottlePointcut()
public ThrottlePointcut(org.springframework.aop.Pointcut pointcut)
@NotNull public org.springframework.aop.ClassFilter getClassFilter()
getClassFilter in interface org.springframework.aop.Pointcut@NotNull public org.springframework.aop.MethodMatcher getMethodMatcher()
getMethodMatcher in interface org.springframework.aop.Pointcut