Package io.opentelemetry.api.baggage
Interface BaggageEntry
-
@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.StringgetValue()Returns the entry's value.
-
-
-
Method Detail
-
getValue
String getValue()
Returns the entry's value.
-
getMetadata
BaggageEntryMetadata getMetadata()
Returns the entry'sBaggageEntryMetadata.
-
-