
pl.allegro.tech.hermes.consumers.consumer.sender.http.HttpClientParameters Maven / Gradle / Ivy
package pl.allegro.tech.hermes.consumers.consumer.sender.http;
import java.time.Duration;
public interface HttpClientParameters {
int getThreadPoolSize();
boolean isThreadPoolMonitoringEnabled();
boolean isFollowRedirectsEnabled();
Duration getIdleTimeout();
int getMaxRequestsQueuedPerDestination();
Duration getConnectionTimeout();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy