public class SleuthHystrixConcurrencyStrategy
extends com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy
HystrixConcurrencyStrategy that wraps a Callable in a
Callable that either starts a new span or continues one if the tracing was
already running before the command was executed.| Constructor and Description |
|---|
SleuthHystrixConcurrencyStrategy(Tracer tracer,
TraceKeys traceKeys) |
| Modifier and Type | Method and Description |
|---|---|
<T> Callable<T> |
wrapCallable(Callable<T> callable) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.