public interface TextMapWriter
| Modifier and Type | Method and Description |
|---|---|
void |
put(String key,
String value)
Puts a key:value pair into the TextMapWriter's backing store.
|
void put(String key, String value)
key - an arbitrary string (unlike HttpHeaderWriter, there are no HTTP-style constraints on the contents)value - an arbitrary stringTracer.inject(io.opentracing.SpanContext, Object),
HttpHeaderWriterCopyright © 2016 OpenTracing. All rights reserved.