Package io.opentelemetry.api.baggage
Interface BaggageEntry
-
- All Known Implementing Classes:
AutoValue_ImmutableEntry,ImmutableEntry
@Immutable public interface BaggageEntryAn entry in a set of baggage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaggageEntryMetadatagetMetadata()Returns the entry'sBaggageEntryMetadata.java.lang.StringgetValue()Returns the entry's value.
-
-
-
Method Detail
-
getValue
java.lang.String getValue()
Returns the entry's value.
-
getMetadata
BaggageEntryMetadata getMetadata()
Returns the entry'sBaggageEntryMetadata.
-
-