public class DistributedTracingExtension extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DistributedTracingExtension.Format
The in-memory format for distributed tracing.
|
| Constructor and Description |
|---|
DistributedTracingExtension() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTraceparent() |
String |
getTracestate() |
int |
hashCode() |
void |
setTraceparent(String traceparent) |
void |
setTracestate(String tracestate) |
String |
toString() |
static Optional<ExtensionFormat> |
unmarshall(Map<String,String> exts)
Unmarshals the
DistributedTracingExtension based on map of extensions. |
public String getTraceparent()
public void setTraceparent(String traceparent)
public String getTracestate()
public void setTracestate(String tracestate)
public static Optional<ExtensionFormat> unmarshall(Map<String,String> exts)
DistributedTracingExtension based on map of extensions.exts - Copyright © 2019. All rights reserved.