@ConfigurationProperties(value="org.ametiste.scm.messaging.sender.client")
public class HttpClientProperties
extends java.lang.Object
HttpClient instance for EventSender.
Defined properties are included (org.ametiste.scm.messaging.sender.client.*):
This properties is designed provide usable default configuration that provides correct timeout values.
| Constructor and Description |
|---|
HttpClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectTimeout() |
int |
getReadTimeout() |
void |
setConnectTimeout(int connectTimeout) |
void |
setReadTimeout(int readTimeout) |