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