@Configuration @EnableConfigurationProperties(value=LuceneComponentConfiguration.class) @Conditional(value=LuceneComponentAutoConfiguration.Condition.class) public class LuceneComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LuceneComponentAutoConfiguration.Condition |
Constructor and Description |
---|
LuceneComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.lucene.LuceneComponent |
configureLuceneComponent(org.apache.camel.CamelContext camelContext,
LuceneComponentConfiguration configuration) |
@Lazy @Bean(name="lucene-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.lucene.LuceneComponent.class) public org.apache.camel.component.lucene.LuceneComponent configureLuceneComponent(org.apache.camel.CamelContext camelContext, LuceneComponentConfiguration configuration) throws Exception
Exception
Apache Camel