public abstract class TraceComponent extends Object
Tracer and BinaryPropagationHandler.
Unless otherwise noted all methods (on component) results are cacheable.
| Modifier and Type | Method and Description |
|---|---|
abstract BinaryPropagationHandler |
getBinaryPropagationHandler()
Returns the
BinaryPropagationHandler with the provided implementations. |
abstract Tracer |
getTracer()
Returns the
Tracer with the provided implementations. |
public abstract Tracer getTracer()
Tracer with the provided implementations. If no implementation is provided
then no-op implementations will be used.Tracer implementation.public abstract BinaryPropagationHandler getBinaryPropagationHandler()
BinaryPropagationHandler with the provided implementations. If no
implementation is provided then no-op implementation will be used.BinaryPropagationHandler implementation.