All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentracing.contrib.httpcomponents.SpanHttp Maven / Gradle / Ivy

There is a newer version: 0.12.3
Show newest version
package io.opentracing.contrib.httpcomponents;

import org.apache.http.impl.client.HttpClientBuilder;

public final class SpanHttp {

    private SpanHttp() {
    }

    public static HttpClientBuilder trace() {
        return new SpanHttpClientBuilder();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy