Provides miscellaneous interceptor implementations.
-
Base class for monitoring interceptors, such as performance monitors.
Base MethodInterceptor implementation for tracing.
Base class for asynchronous method execution aspects, such as
cn.taketoday.scheduling.annotation.AnnotationAsyncExecutionInterceptor
or cn.taketoday.scheduling.aspectj.AnnotationAsyncExecutionAspect.
A strategy for handling uncaught exceptions thrown from asynchronous methods.
Simple AOP Alliance MethodInterceptor that can be introduced
in a chain to display verbose trace information about intercepted method
invocations, with method entry and method exit info.