@Configuration @EnableConfigurationProperties(value=NettyHttpComponentConfiguration.class) @Conditional(value=NettyHttpComponentAutoConfiguration.Condition.class) public class NettyHttpComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NettyHttpComponentAutoConfiguration.Condition |
Constructor and Description |
---|
NettyHttpComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.netty4.http.NettyHttpComponent |
configureNettyHttpComponent(org.apache.camel.CamelContext camelContext,
NettyHttpComponentConfiguration configuration) |
@Lazy @Bean(name="netty4-http-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.netty4.http.NettyHttpComponent.class) public org.apache.camel.component.netty4.http.NettyHttpComponent configureNettyHttpComponent(org.apache.camel.CamelContext camelContext, NettyHttpComponentConfiguration configuration) throws Exception
Exception
Apache Camel