| Package | Description |
|---|---|
| org.springframework.cloud.sleuth |
| Modifier and Type | Method and Description |
|---|---|
BaggageInScope |
BaggageManager.createBaggage(String name)
Creates a new
BaggageInScope entry for the given name or returns an
existing one if it's already present. |
BaggageInScope |
BaggageManager.createBaggage(String name,
String value)
Creates a new
BaggageInScope entry for the given name or returns an
existing one if it's already present. |
BaggageInScope |
BaggageManager.getBaggage(String name)
Retrieves
BaggageInScope for the given name. |
BaggageInScope |
BaggageManager.getBaggage(TraceContext traceContext,
String name)
Retrieves
BaggageInScope 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 given
TraceContext. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.