类的使用
cn.taketoday.aop.interceptor.AbstractTraceInterceptor
使用AbstractTraceInterceptor的程序包
-
cn.taketoday.aop.interceptor中AbstractTraceInterceptor的使用
修饰符和类型类说明classBase class for monitoring interceptors, such as performance monitors.classMethodInterceptorimplementation that allows for highly customizable method-level tracing, using placeholders.classAOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose information about intercepted invocations to the logger.classPerformance monitor interceptor that uses JAMon library to perform the performance measurement on the intercepted method and output the stats.classSimple AOP AllianceMethodInterceptorfor performance monitoring.classSimple AOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.