Class ClientHeadersInjectTextMap
- java.lang.Object
-
- io.smallrye.opentracing.contrib.jaxrs2.client.ClientHeadersInjectTextMap
-
- All Implemented Interfaces:
io.opentracing.propagation.TextMap,io.opentracing.propagation.TextMapExtract,io.opentracing.propagation.TextMapInject,Iterable<Map.Entry<String,String>>
public class ClientHeadersInjectTextMap extends Object implements io.opentracing.propagation.TextMap
Helper class used to add carrier data to HTTP headers.- Author:
- Pavol Loffay
-
-
Constructor Summary
Constructors Constructor Description ClientHeadersInjectTextMap(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Map.Entry<String,String>>iterator()voidput(String key, String value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-