@Configuration @EnableConfigurationProperties(value=AhcComponentConfiguration.class) public class AhcComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AhcComponentAutoConfiguration.Condition |
Constructor and Description |
---|
AhcComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.ahc.AhcComponent |
configureAhcComponent(org.apache.camel.CamelContext camelContext,
AhcComponentConfiguration configuration) |
@Lazy @Bean(name="ahc-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.ahc.AhcComponent.class) public org.apache.camel.component.ahc.AhcComponent configureAhcComponent(org.apache.camel.CamelContext camelContext, AhcComponentConfiguration configuration) throws Exception
Exception
Apache Camel