@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=NettyHttpComponentConfiguration.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
ExceptionApache Camel