| Class | Description |
|---|---|
| AsyncCustomAutoConfiguration | |
| AsyncDefaultAutoConfiguration |
Auto-configuration
enabling async related processing. |
| LazyTraceAsyncCustomizer |
AsyncConfigurerSupport that creates a tracing data passing version
of the Executor |
| LazyTraceExecutor | |
| LazyTraceThreadPoolTaskExecutor |
Trace representation of
ThreadPoolTaskExecutor |
| TraceableExecutorService |
A decorator class for
ExecutorService to support tracing in Executors |
| TraceableScheduledExecutorService |
A decorator class for
ScheduledExecutorService to support tracing in Executors |
| TraceAsyncAspect |
Aspect that creates a new Span for running threads executing methods annotated with
Async annotation. |
| TraceAsyncListenableTaskExecutor |
AsyncListenableTaskExecutor that wraps all Runnable / Callable tasks into
their trace related representation
|
| TraceCallable<V> |
Callable that passes Span between threads.
|
| TraceRunnable |
Runnable that passes Span between threads.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.