@Configuration @EnableConfigurationProperties(value=SedaComponentConfiguration.class) public class SedaComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SedaComponentAutoConfiguration.Condition |
Constructor and Description |
---|
SedaComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.seda.SedaComponent |
configureSedaComponent(org.apache.camel.CamelContext camelContext,
SedaComponentConfiguration configuration) |
@Lazy @Bean(name="seda-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.seda.SedaComponent.class) public org.apache.camel.component.seda.SedaComponent configureSedaComponent(org.apache.camel.CamelContext camelContext, SedaComponentConfiguration configuration) throws Exception
Exception
Apache Camel