public static class DistributedTracingExtension.Format extends Object implements ExtensionFormat
| Modifier and Type | Field and Description |
|---|---|
static String |
IN_MEMORY_KEY |
static String |
TRACE_PARENT_KEY |
static String |
TRACE_STATE_KEY |
| Constructor and Description |
|---|
Format(DistributedTracingExtension extension) |
| Modifier and Type | Method and Description |
|---|---|
InMemoryFormat |
memory()
The in-memory format to be used by the structured content mode.
|
Map<String,String> |
transport()
The transport format to be used by the binary content mode.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshal, of, ofpublic static final String IN_MEMORY_KEY
public static final String TRACE_PARENT_KEY
public static final String TRACE_STATE_KEY
public Format(DistributedTracingExtension extension)
public InMemoryFormat memory()
ExtensionFormatmemory in interface ExtensionFormatpublic Map<String,String> transport()
ExtensionFormattransport in interface ExtensionFormatCopyright © 2019. All rights reserved.