Uses of Interface
io.opentelemetry.api.baggage.BaggageEntry
-
Packages that use BaggageEntry Package Description io.opentelemetry.api.baggage API for associating entries with scoped operations.io.opentelemetry.api.baggage.propagation Default OpenTelemetry remote baggage propagators. -
-
Uses of BaggageEntry in io.opentelemetry.api.baggage
Classes in io.opentelemetry.api.baggage that implement BaggageEntry Modifier and Type Class Description (package private) classAutoValue_ImmutableEntry(package private) classImmutableEntryString-String key-value pair, along withImmutableEntryMetadata.Methods in io.opentelemetry.api.baggage that return BaggageEntry Modifier and Type Method Description default BaggageEntryBaggage. getEntry(java.lang.String entryKey)Returns theBaggageEntryassociated with the given key.BaggageEntryImmutableBaggage. getEntry(java.lang.String entryKey)Methods in io.opentelemetry.api.baggage that return types with arguments of type BaggageEntry Modifier and Type Method Description java.util.Map<java.lang.String,BaggageEntry>Baggage. asMap()Returns a read-only view of thisBaggageas aMap.Method parameters in io.opentelemetry.api.baggage with type arguments of type BaggageEntry Modifier and Type Method Description voidBaggage. forEach(java.util.function.BiConsumer<? super java.lang.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 BaggageEntry Modifier and Type Method Description private static booleanW3CBaggagePropagator. baggageIsInvalid(java.lang.String key, BaggageEntry baggageEntry)
-