Uses of Interface
org.springframework.cloud.sleuth.BaggageInScope
-
Packages that use BaggageInScope Package Description org.springframework.cloud.sleuth -
-
Uses of BaggageInScope in org.springframework.cloud.sleuth
Methods in org.springframework.cloud.sleuth that return BaggageInScope Modifier and Type Method Description BaggageInScope
BaggageManager. createBaggage(String name)
Creates a newBaggageInScope
entry for the given name or returns an existing one if it's already present.BaggageInScope
BaggageManager. createBaggage(String name, String value)
Creates a newBaggageInScope
entry for the given name or returns an existing one if it's already present.BaggageInScope
BaggageManager. getBaggage(String name)
RetrievesBaggageInScope
for the given name.BaggageInScope
BaggageManager. getBaggage(TraceContext traceContext, String name)
RetrievesBaggageInScope
for the given name.BaggageInScope
BaggageInScope. makeCurrent()
Sets the current baggage in scope.BaggageInScope
BaggageInScope. set(String value)
Sets the baggage value.BaggageInScope
BaggageInScope. set(TraceContext traceContext, String value)
Sets the baggage value for the givenTraceContext
.
-