Uses of Class
io.opencensus.trace.propagation.PropagationComponent
Packages that use PropagationComponent
Package
Description
API for distributed tracing.
-
Uses of PropagationComponent in io.opencensus.impl.trace
Methods in io.opencensus.impl.trace that return PropagationComponent -
Uses of PropagationComponent in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as PropagationComponentModifier and TypeFieldDescriptionprivate final PropagationComponentTraceComponentImplBase.propagationComponentMethods in io.opencensus.implcore.trace that return PropagationComponent -
Uses of PropagationComponent in io.opencensus.implcore.trace.propagation
Subclasses of PropagationComponent in io.opencensus.implcore.trace.propagation -
Uses of PropagationComponent in io.opencensus.impllite.trace
Methods in io.opencensus.impllite.trace that return PropagationComponent -
Uses of PropagationComponent in io.opencensus.trace
Methods in io.opencensus.trace that return PropagationComponentModifier and TypeMethodDescriptionabstract PropagationComponentTraceComponent.getPropagationComponent()Returns thePropagationComponentwith the provided implementation.TraceComponent.NoopTraceComponent.getPropagationComponent()TraceComponentImpl.getPropagationComponent()Deprecated.TraceComponentImplLite.getPropagationComponent()Deprecated.static PropagationComponentTracing.getPropagationComponent()Returns the globalPropagationComponent. -
Uses of PropagationComponent in io.opencensus.trace.propagation
Subclasses of PropagationComponent in io.opencensus.trace.propagationModifier and TypeClassDescriptionprivate static final classFields in io.opencensus.trace.propagation declared as PropagationComponentModifier and TypeFieldDescriptionprivate static final PropagationComponentPropagationComponent.NOOP_PROPAGATION_COMPONENTMethods in io.opencensus.trace.propagation that return PropagationComponentModifier and TypeMethodDescriptionstatic PropagationComponentPropagationComponent.getNoopPropagationComponent()Returns an instance that contains no-op implementations for all the instances.