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

com.github.kristofa.brave.ClientRequestAdapter Maven / Gradle / Ivy

package com.github.kristofa.brave;

import com.google.common.base.Optional;

import java.net.URI;

public interface ClientRequestAdapter {
    URI getUri();

    String getMethod();

    Optional getSpanName();

    void addHeader(String header, String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy