Uses of Interface
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
Packages that use AsyncUncaughtExceptionHandler
Package
Description
Provides miscellaneous interceptor implementations.
Annotation support for asynchronous method execution.
-
Uses of AsyncUncaughtExceptionHandler in org.springframework.aop.interceptor
Classes in org.springframework.aop.interceptor that implement AsyncUncaughtExceptionHandlerModifier and TypeClassDescriptionclass
A defaultAsyncUncaughtExceptionHandler
that simply logs the exception.Methods in org.springframework.aop.interceptor with parameters of type AsyncUncaughtExceptionHandlerModifier and TypeMethodDescriptionvoid
AsyncExecutionAspectSupport.setExceptionHandler
(AsyncUncaughtExceptionHandler exceptionHandler) Supply theAsyncUncaughtExceptionHandler
to use to handle exceptions thrown by invoking asynchronous methods with avoid
return type.Constructors in org.springframework.aop.interceptor with parameters of type AsyncUncaughtExceptionHandlerModifierConstructorDescriptionAsyncExecutionAspectSupport
(Executor defaultExecutor, AsyncUncaughtExceptionHandler exceptionHandler) Create a newAsyncExecutionAspectSupport
with the given exception handler.AsyncExecutionInterceptor
(Executor defaultExecutor, AsyncUncaughtExceptionHandler exceptionHandler) Create a newAsyncExecutionInterceptor
. -
Uses of AsyncUncaughtExceptionHandler in org.springframework.scheduling.annotation
Fields in org.springframework.scheduling.annotation with type parameters of type AsyncUncaughtExceptionHandlerModifier and TypeFieldDescriptionprotected Supplier<AsyncUncaughtExceptionHandler>
AbstractAsyncConfiguration.exceptionHandler
Methods in org.springframework.scheduling.annotation that return AsyncUncaughtExceptionHandlerModifier and TypeMethodDescriptiondefault AsyncUncaughtExceptionHandler
AsyncConfigurer.getAsyncUncaughtExceptionHandler()
TheAsyncUncaughtExceptionHandler
instance to be used when an exception is thrown during an asynchronous method execution withvoid
return type.AsyncConfigurerSupport.getAsyncUncaughtExceptionHandler()
Deprecated.Methods in org.springframework.scheduling.annotation with parameters of type AsyncUncaughtExceptionHandlerModifier and TypeMethodDescriptionvoid
AsyncAnnotationBeanPostProcessor.setExceptionHandler
(AsyncUncaughtExceptionHandler exceptionHandler) Set theAsyncUncaughtExceptionHandler
to use to handle uncaught exceptions thrown by asynchronous method executions.Constructors in org.springframework.scheduling.annotation with parameters of type AsyncUncaughtExceptionHandlerModifierConstructorDescriptionAnnotationAsyncExecutionInterceptor
(Executor defaultExecutor, AsyncUncaughtExceptionHandler exceptionHandler) Create a newAnnotationAsyncExecutionInterceptor
with the given executor.AsyncAnnotationAdvisor
(Executor executor, AsyncUncaughtExceptionHandler exceptionHandler) Create a newAsyncAnnotationAdvisor
for the given task executor.