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 BaggageInScopeBaggageManager. createBaggage(String name)Creates a newBaggageInScopeentry for the given name or returns an existing one if it's already present.BaggageInScopeBaggageManager. createBaggage(String name, String value)Creates a newBaggageInScopeentry for the given name or returns an existing one if it's already present.BaggageInScopeBaggageManager. getBaggage(String name)RetrievesBaggageInScopefor the given name.BaggageInScopeBaggageManager. getBaggage(TraceContext traceContext, String name)RetrievesBaggageInScopefor the given name.BaggageInScopeBaggageInScope. makeCurrent()Sets the current baggage in scope.BaggageInScopeBaggageInScope. set(String value)Sets the baggage value.BaggageInScopeBaggageInScope. set(TraceContext traceContext, String value)Sets the baggage value for the givenTraceContext.
-