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