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