| Class | Description |
|---|---|
| AsyncCustomAutoConfiguration | |
| AsyncDefaultAutoConfiguration |
Auto-configuration
enabling async related processing. |
| LazyTraceAsyncCustomizer |
AsyncConfigurerSupport that creates a tracing data passing version
of the Executor |
| LazyTraceExecutor | |
| LazyTraceThreadPoolTaskExecutor |
ThreadPoolTaskExecutor that continues a span if one was passed or creates a new one |
| LocalComponentTraceCallable<V> |
Callable that starts a span that is a local component span.
|
| LocalComponentTraceRunnable |
Runnable that starts a span that is a local component span.
|
| SpanContinuingTraceCallable<V> |
Runnable that continues a span if there is one and creates new that is a
local component span if there was no tracing present.
|
| SpanContinuingTraceRunnable |
Runnable that continues a span if there is one and creates new that is a
local component span if there was no tracing present.
|
| 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. |
| TraceContinuingCallable<V> | Deprecated
as of 1.2 in favor of
SpanContinuingTraceCallable |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.