| Package | Description |
|---|---|
| org.springframework.cloud.sleuth.instrument.async |
| Modifier and Type | Class and Description |
|---|---|
class |
TraceableScheduledExecutorService
A decorator class for
ScheduledExecutorService to support tracing in Executors. |
| Modifier and Type | Method and Description |
|---|---|
static TraceableExecutorService |
TraceableExecutorService.wrap(org.springframework.beans.factory.BeanFactory beanFactory,
ExecutorService delegate)
Wraps the Executor in a trace instance.
|
static TraceableExecutorService |
TraceableExecutorService.wrap(org.springframework.beans.factory.BeanFactory beanFactory,
ExecutorService delegate,
String beanName)
Wraps the Executor in a trace instance.
|
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.