@Configuration @EnableWebMvc @EnableConfigurationProperties(value=SenderClientProperties.class) public class EventTransportConfiguration extends java.lang.Object
Configuration enables SenderClientProperties to customize Http Client for event sending.
| Constructor and Description |
|---|
EventTransportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.HttpClient |
eventSenderHttpClient() |
org.ametiste.scm.messaging.sender.EventSender |
scmEventSender() |