
cn.yueshutong.springbootstartercurrentlimiting.handler.CurrentAspectHandler Maven / Gradle / Ivy
package cn.yueshutong.springbootstartercurrentlimiting.handler;
import cn.yueshutong.springbootstartercurrentlimiting.annotation.CurrentLimiter;
import org.aspectj.lang.ProceedingJoinPoint;
/**
* Create by [email protected]
*/
public interface CurrentAspectHandler {
/**
* CurrentLimiter注解拦截后的反馈
*/
Object around(ProceedingJoinPoint pjp, CurrentLimiter rateLimiter)throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy