Uses of Class
org.springframework.cloud.sleuth.instrument.async.LazyTraceAsyncTaskExecutor
Packages that use LazyTraceAsyncTaskExecutor
-
Uses of LazyTraceAsyncTaskExecutor in org.springframework.cloud.sleuth.instrument.async
Methods in org.springframework.cloud.sleuth.instrument.async that return LazyTraceAsyncTaskExecutorModifier and TypeMethodDescriptionstatic 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.