Uses of Interface
io.opentelemetry.api.baggage.BaggageEntry
Packages that use BaggageEntry
Package
Description
API for associating entries with scoped operations.
Default OpenTelemetry remote baggage propagators.
-
Uses of BaggageEntry in io.opentelemetry.api.baggage
Classes in io.opentelemetry.api.baggage that implement BaggageEntryModifier and TypeClassDescription(package private) final class
(package private) class
String-String key-value pair, along withImmutableEntryMetadata
.Methods in io.opentelemetry.api.baggage that return BaggageEntryModifier and TypeMethodDescriptiondefault BaggageEntry
Returns theBaggageEntry
associated with the given key.Methods in io.opentelemetry.api.baggage that return types with arguments of type BaggageEntryMethod parameters in io.opentelemetry.api.baggage with type arguments of type BaggageEntryModifier and TypeMethodDescriptionvoid
Baggage.forEach
(BiConsumer<? super String, ? super BaggageEntry> consumer) Iterates over all the entries in thisBaggage
. -
Uses of BaggageEntry in io.opentelemetry.api.baggage.propagation
Methods in io.opentelemetry.api.baggage.propagation with parameters of type BaggageEntryModifier and TypeMethodDescriptionprivate static boolean
W3CBaggagePropagator.baggageIsInvalid
(String key, BaggageEntry baggageEntry)