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