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