Class DataSetComponentAutoConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @Configuration(proxyBeanMethods=false)
    @Conditional({org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.dataset.springboot.DataSetComponentAutoConfiguration.GroupConditions.class})
    @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class)
    @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,DataSetComponentConfiguration.class})
    public class DataSetComponentAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • DataSetComponentAutoConfiguration

        public DataSetComponentAutoConfiguration()
    • Method Detail

      • configureDataSetComponent

        @Lazy
        @Bean(name="dataset-component")
        @ConditionalOnMissingBean(org.apache.camel.component.dataset.DataSetComponent.class)
        public org.apache.camel.component.dataset.DataSetComponent configureDataSetComponent()
                                                                                      throws Exception
        Throws:
        Exception