Class SpringBatchComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.spring-batch")
    public class SpringBatchComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Send messages to Spring Batch for further processing. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • SpringBatchComponentConfiguration

        public SpringBatchComponentConfiguration()
    • Method Detail

      • getJobLauncher

        public org.springframework.batch.core.launch.JobLauncher getJobLauncher()
      • setJobLauncher

        public void setJobLauncher​(org.springframework.batch.core.launch.JobLauncher jobLauncher)
      • getJobRegistry

        public org.springframework.batch.core.configuration.JobRegistry getJobRegistry()
      • setJobRegistry

        public void setJobRegistry​(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)