Uses of Class
org.springframework.cloud.sleuth.instrument.async.TraceableExecutorService
-
Packages that use TraceableExecutorService Package Description org.springframework.cloud.sleuth.instrument.async -
-
Uses of TraceableExecutorService in org.springframework.cloud.sleuth.instrument.async
Subclasses of TraceableExecutorService in org.springframework.cloud.sleuth.instrument.async Modifier and Type Class Description classTraceableScheduledExecutorServiceA decorator class forScheduledExecutorServiceto support tracing in Executors.Methods in org.springframework.cloud.sleuth.instrument.async that return TraceableExecutorService Modifier and Type Method Description static TraceableExecutorServiceTraceableExecutorService. wrap(org.springframework.beans.factory.BeanFactory beanFactory, ExecutorService delegate)Wraps the Executor in a trace instance.static TraceableExecutorServiceTraceableExecutorService. wrap(org.springframework.beans.factory.BeanFactory beanFactory, ExecutorService delegate, String beanName)Wraps the Executor in a trace instance.
-