Package io.opentelemetry.api.baggage
Class BaggageContextKey
- java.lang.Object
-
- io.opentelemetry.api.baggage.BaggageContextKey
-
@Immutable class BaggageContextKey extends java.lang.Object
Util class to hold on to the key for storing Baggage in the Context.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static ContextKey<Baggage>
KEY
-
Constructor Summary
Constructors Modifier Constructor Description private
BaggageContextKey()
-
-
-
Field Detail
-
KEY
static final ContextKey<Baggage> KEY
-
-