Class DataLakeComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.azure.storage.datalake.springboot.DataLakeComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,DataLakeComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.azure-storage-datalake"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,DataLakeComponentConverter.class}) public class DataLakeComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • DataLakeComponentAutoConfiguration

      public DataLakeComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureDataLakeComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureDataLakeComponent()