public class TracedAsyncConfigurer
extends org.springframework.scheduling.annotation.AsyncConfigurerSupport
| Constructor and Description |
|---|
TracedAsyncConfigurer(io.opentracing.Tracer tracer,
org.springframework.scheduling.annotation.AsyncConfigurer delegate) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
getAsyncExecutor() |
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler |
getAsyncUncaughtExceptionHandler() |
public TracedAsyncConfigurer(io.opentracing.Tracer tracer,
org.springframework.scheduling.annotation.AsyncConfigurer delegate)
public Executor getAsyncExecutor()
getAsyncExecutor in interface org.springframework.scheduling.annotation.AsyncConfigurergetAsyncExecutor in class org.springframework.scheduling.annotation.AsyncConfigurerSupportpublic org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
getAsyncUncaughtExceptionHandler in interface org.springframework.scheduling.annotation.AsyncConfigurergetAsyncUncaughtExceptionHandler in class org.springframework.scheduling.annotation.AsyncConfigurerSupportCopyright © 2017–2018. All rights reserved.