@Deprecated public class TraceWebAspect extends Object
RestController annotated classes with public Callable methodsController annotated classes with public
Callable methodsController or RestController
annotated classes with public WebAsyncTask methodsCallable.call()
method execution in TraceCallable
This aspect will continue a span created by the TracingFilter. It will not create a new
span - since the one in TracingFilter will wait until processing has been finishedController,
RestOperations| Constructor and Description |
|---|
TraceWebAspect(brave.Tracing tracing,
SpanNamer spanNamer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
wrapWebAsyncTaskWithCorrelationId(org.aspectj.lang.ProceedingJoinPoint pjp)
Deprecated.
|
Object |
wrapWithCorrelationId(org.aspectj.lang.ProceedingJoinPoint pjp)
Deprecated.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.