@Configuration @EnableConfigurationProperties(value=NettyHttpComponentConfiguration.class) public class NettyHttpComponentAutoConfiguration extends Object
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) |
@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