Class LazyTraceAsyncCustomizer
java.lang.Object
org.springframework.scheduling.annotation.AsyncConfigurerSupport
org.springframework.cloud.sleuth.instrument.async.LazyTraceAsyncCustomizer
- All Implemented Interfaces:
org.springframework.scheduling.annotation.AsyncConfigurer
public class LazyTraceAsyncCustomizer
extends org.springframework.scheduling.annotation.AsyncConfigurerSupport
AsyncConfigurerSupport that creates a tracing data passing version of the
Executor.- Since:
- 1.0.0
- Author:
- Dave Syer
-
Constructor Summary
ConstructorsConstructorDescriptionLazyTraceAsyncCustomizer(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.scheduling.annotation.AsyncConfigurer delegate) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
-
Constructor Details
-
LazyTraceAsyncCustomizer
public LazyTraceAsyncCustomizer(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.scheduling.annotation.AsyncConfigurer delegate)
-
-
Method Details
-
getAsyncExecutor
- Specified by:
getAsyncExecutorin interfaceorg.springframework.scheduling.annotation.AsyncConfigurer- Overrides:
getAsyncExecutorin classorg.springframework.scheduling.annotation.AsyncConfigurerSupport
-
getAsyncUncaughtExceptionHandler
public org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()- Specified by:
getAsyncUncaughtExceptionHandlerin interfaceorg.springframework.scheduling.annotation.AsyncConfigurer- Overrides:
getAsyncUncaughtExceptionHandlerin classorg.springframework.scheduling.annotation.AsyncConfigurerSupport
-