Uses of Class
io.opentelemetry.api.baggage.propagation.W3CBaggagePropagator
-
Packages that use W3CBaggagePropagator Package Description io.opentelemetry.api.baggage.propagation Default OpenTelemetry remote baggage propagators. -
-
Uses of W3CBaggagePropagator in io.opentelemetry.api.baggage.propagation
Fields in io.opentelemetry.api.baggage.propagation declared as W3CBaggagePropagator Modifier and Type Field Description private static W3CBaggagePropagator
W3CBaggagePropagator. INSTANCE
Methods in io.opentelemetry.api.baggage.propagation that return W3CBaggagePropagator Modifier and Type Method Description static W3CBaggagePropagator
W3CBaggagePropagator. getInstance()
Singleton instance of the W3C Baggage Propagator.
-