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

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

Go to download

Abstraction that makes it easier to implement brave in http clients and servers.

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

/**
 * Provides the required properties as needed by ClientResponseInterceptor.
 *
 * @see ClientResponseInterceptor
 */
public interface ClientResponseAdapter {

    /**
     * Http status response code.
     *
     * @return Http status response code.
     */
    int getStatusCode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy