@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=UndertowComponentConfiguration.class) public class UndertowComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UndertowComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
UndertowComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.undertow.UndertowComponent |
configureUndertowComponent(org.apache.camel.CamelContext camelContext,
UndertowComponentConfiguration configuration) |
@Lazy
@Bean(name="undertow-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.undertow.UndertowComponent.class)
public org.apache.camel.component.undertow.UndertowComponent configureUndertowComponent(org.apache.camel.CamelContext camelContext,
UndertowComponentConfiguration configuration)
throws Exception
ExceptionApache Camel