Uses of Package
org.springframework.aop.interceptor
Package
Description
Provides miscellaneous interceptor implementations.
Annotation support for asynchronous method execution.
-
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
.A strategy for handling uncaught exceptions thrown from asynchronous methods.Interceptor that exposes the currentMethodInvocation
as a thread-local object.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. -
ClassDescriptionBase class for asynchronous method execution aspects, such as
org.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.