类 AlertInterceptorHandler
java.lang.Object
org.ifinalframework.aop.interceptor.AbsOperationInterceptorHandlerSupport
org.ifinalframework.monitor.handler.AbsMonitorOperationInterceptorHandlerSupport
org.ifinalframework.monitor.handler.AlertInterceptorHandler
- 所有已实现的接口:
InterceptorHandler<Alerter,,org.springframework.core.annotation.AnnotationAttributes> OperationHandlerSupport,MonitorOperationHandlerSupport
@Component
public class AlertInterceptorHandler
extends AbsMonitorOperationInterceptorHandlerSupport
implements InterceptorHandler<Alerter,org.springframework.core.annotation.AnnotationAttributes>
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- ilikly
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidhandle(Alerter executor, InvocationContext context, org.springframework.core.annotation.AnnotationAttributes annotation, Object result, Throwable throwable) 从类继承的方法 org.ifinalframework.monitor.handler.AbsMonitorOperationInterceptorHandlerSupport
generateAttribute, generateName, generateOperator, generateTarget, level从类继承的方法 org.ifinalframework.aop.interceptor.AbsOperationInterceptorHandlerSupport
createEvaluationContext从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.ifinalframework.aop.InterceptorHandler
after, afterReturning, afterThrowing, before从接口继承的方法 org.ifinalframework.aop.OperationHandlerSupport
createEvaluationContext
-
构造器详细资料
-
AlertInterceptorHandler
public AlertInterceptorHandler()
-
-
方法详细资料
-
handle
public void handle(@NonNull Alerter executor, @NonNull InvocationContext context, @NonNull org.springframework.core.annotation.AnnotationAttributes annotation, Object result, Throwable throwable) - 指定者:
handle在接口中InterceptorHandler<Alerter,org.springframework.core.annotation.AnnotationAttributes>
-