Uses of Class
org.springframework.cloud.sleuth.instrument.async.LazyTraceThreadPoolTaskExecutor
-
Packages that use LazyTraceThreadPoolTaskExecutor Package Description org.springframework.cloud.sleuth.instrument.async -
-
Uses of LazyTraceThreadPoolTaskExecutor in org.springframework.cloud.sleuth.instrument.async
Methods in org.springframework.cloud.sleuth.instrument.async that return LazyTraceThreadPoolTaskExecutor Modifier and Type Method Description static LazyTraceThreadPoolTaskExecutorLazyTraceThreadPoolTaskExecutor. wrap(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor delegate)Wraps the Executor in a trace instance.static LazyTraceThreadPoolTaskExecutorLazyTraceThreadPoolTaskExecutor. wrap(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor delegate, String beanName)Wraps the Executor in a trace instance.
-