Class MultiMapExtractAdapter

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

    public class MultiMapExtractAdapter
    extends Object
    implements io.opentracing.propagation.TextMap
    An adapter for extracting properties from a MultiMap object.
    • Constructor Detail

      • MultiMapExtractAdapter

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