程序包 infra.aop.interceptor
package infra.aop.interceptor
Provides miscellaneous interceptor implementations.
More specific interceptors can be found in corresponding
functionality packages, like "transaction" and "orm".
- 从以下版本开始:
- 3.0
-
类说明Base class for monitoring interceptors, such as performance monitors.Base
MethodInterceptorimplementation for tracing.Base class for asynchronous method execution aspects, such asinfra.scheduling.annotation.AnnotationAsyncExecutionInterceptororinfra.scheduling.aspectj.AnnotationAsyncExecutionAspect.AOP AllianceMethodInterceptorthat processes method invocations asynchronously, using a givenAsyncTaskExecutor.A strategy for handling uncaught exceptions thrown from asynchronous methods.Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached.MethodInterceptorimplementation that allows for highly customizable method-level tracing, using placeholders.AOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose information about intercepted invocations to the logger.Convenient methods for creating advisors that may be used when autoproxying beans created with the IoC container, binding the bean name to the current invocation.Interceptor that exposes the specified bean name as invocation attribute.Introduction that exposes the specified bean name as invocation attribute.Interceptor that exposes the currentMethodInvocationas a thread-local object.Simple AOP AllianceMethodInterceptorfor performance monitoring.A defaultAsyncUncaughtExceptionHandlerthat simply logs the exception.Simple AOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.