Package org.springframework.aop.interceptor
@NonNullApi
@NonNullFields
package org.springframework.aop.interceptor
Provides miscellaneous interceptor implementations.
More specific interceptors can be found in corresponding
functionality packages, like "transaction" and "orm".
-
ClassDescriptionBase class for monitoring interceptors, such as performance monitors.Base
MethodInterceptor
implementation for tracing.Base class for asynchronous method execution aspects, such asorg.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
ororg.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect
.AOP AllianceMethodInterceptor
that 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.MethodInterceptor
implementation that allows for highly customizable method-level tracing, using placeholders.AOP AllianceMethodInterceptor
that 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 Spring IoC container, binding the bean name to the current invocation.Interceptor that exposes the currentMethodInvocation
as a thread-local object.Simple AOP AllianceMethodInterceptor
for performance monitoring.A defaultAsyncUncaughtExceptionHandler
that simply logs the exception.Simple AOP AllianceMethodInterceptor
that can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.