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

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

There is a newer version: 3.7.0
Show newest version
package com.github.kristofa.brave;


import java.util.Collection;

public interface ServerResponseAdapter {

    /**
     * Returns a collection of annotations that should be added to span
     * before returning response.
     *
     * Can be used to indicate more details about response.
     * For example information on error or unsuccessful reponse.
     *
     * @return Collection of annotations.
     */
    Collection responseAnnotations();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy