@Configuration @EnableConfigurationProperties(value=UndertowComponentConfiguration.class) @Conditional(value=UndertowComponentAutoConfiguration.Condition.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
Exception
Apache Camel