Class MultiMapInjectAdapter

  • All Implemented Interfaces:
    io.opentracing.propagation.TextMap, io.opentracing.propagation.TextMapExtract, io.opentracing.propagation.TextMapInject, Iterable<Map.Entry<String,​String>>

    public class MultiMapInjectAdapter
    extends Object
    implements io.opentracing.propagation.TextMap
    An adapter for injecting properties into a MultiMap object.
    • Constructor Detail

      • MultiMapInjectAdapter

        public MultiMapInjectAdapter​(io.vertx.core.MultiMap multiMap)
        Creates an adapter for a MultiMap object.
        Parameters:
        multiMap - The MultiMap object.