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

dev.vality.http.client.pool.HttpClientPool Maven / Gradle / Ivy

The newest version!
package dev.vality.http.client.pool;

public interface HttpClientPool {

    R get(T config);

    void destroy();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy