Uses of Class
org.springframework.cloud.sleuth.instrument.async.TraceableScheduledExecutorService
Packages that use TraceableScheduledExecutorService
-
Uses of TraceableScheduledExecutorService in org.springframework.cloud.sleuth.instrument.async
Methods in org.springframework.cloud.sleuth.instrument.async that return TraceableScheduledExecutorServiceModifier and TypeMethodDescriptionTraceableScheduledExecutorService.wrap(org.springframework.beans.factory.BeanFactory beanFactory, ExecutorService delegate) Wraps the Executor in a trace instance.TraceableScheduledExecutorService.wrap(org.springframework.beans.factory.BeanFactory beanFactory, ExecutorService delegate, String beanName) Wraps the Executor in a trace instance.