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

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

The newest version!
package com.github.kristofa.brave;

import java.util.Collection;

public interface ClientResponseAdapter {

    /**
     * Returns a collection of annotations that should be added to span
     * based on response.
     *
     * Can be used to indicate errors when response was not successful.
     *
     * @return Collection of annotations.
     */
    Collection responseAnnotations();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy