Package org.springframework.cloud.sleuth.instrument.async
package org.springframework.cloud.sleuth.instrument.async
-
ClassesClassDescriptionWraps
Executors in tracing representations.AsyncConfigurerSupportthat creates a tracing data passing version of theExecutor.Trace representation ofThreadPoolTaskExecutor.A decorator class forExecutorServiceto support tracing in Executors.A decorator class forScheduledExecutorServiceto support tracing in Executors.Aspect that creates a new Span for running threads executing methods annotated withAsyncannotation.AsyncListenableTaskExecutor that wraps all Runnable / Callable tasks into their trace related representation.Callable that passes Span between threads.Runnable that passes Span between threads.