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