Class SpringBatchComponentAutoConfiguration


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

      • SpringBatchComponentAutoConfiguration

        public SpringBatchComponentAutoConfiguration()
    • Method Detail

      • configureSpringBatchComponent

        @Lazy
        @Bean(name="spring-batch-component")
        @ConditionalOnMissingBean(org.apache.camel.component.spring.batch.SpringBatchComponent.class)
        public org.apache.camel.component.spring.batch.SpringBatchComponent configureSpringBatchComponent()
                                                                                                   throws Exception
        Throws:
        Exception