public class BraveBaggageManager extends Object implements Closeable, org.springframework.cloud.sleuth.BaggageManager
BaggageManager.| Constructor and Description |
|---|
BraveBaggageManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.springframework.cloud.sleuth.BaggageInScope |
createBaggage(String name) |
org.springframework.cloud.sleuth.BaggageInScope |
createBaggage(String name,
String value) |
Map<String,String> |
getAllBaggage() |
org.springframework.cloud.sleuth.BaggageInScope |
getBaggage(String name) |
org.springframework.cloud.sleuth.BaggageInScope |
getBaggage(org.springframework.cloud.sleuth.TraceContext traceContext,
String name) |
public Map<String,String> getAllBaggage()
getAllBaggage in interface org.springframework.cloud.sleuth.BaggageManagerpublic org.springframework.cloud.sleuth.BaggageInScope getBaggage(String name)
getBaggage in interface org.springframework.cloud.sleuth.BaggageManagerpublic org.springframework.cloud.sleuth.BaggageInScope getBaggage(org.springframework.cloud.sleuth.TraceContext traceContext,
String name)
getBaggage in interface org.springframework.cloud.sleuth.BaggageManagerpublic org.springframework.cloud.sleuth.BaggageInScope createBaggage(String name)
createBaggage in interface org.springframework.cloud.sleuth.BaggageManagerpublic org.springframework.cloud.sleuth.BaggageInScope createBaggage(String name, String value)
createBaggage in interface org.springframework.cloud.sleuth.BaggageManagerpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2022 Pivotal Software, Inc.. All rights reserved.