Class SpringBatchComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.spring.batch.springboot.SpringBatchComponentConfiguration

@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 Details Link icon

    • SpringBatchComponentConfiguration Link icon

      public SpringBatchComponentConfiguration()
  • Method Details Link icon

    • getJobLauncher Link icon

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

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

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

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

      public Boolean getLazyStartProducer()
    • setLazyStartProducer Link icon

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled Link icon

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled Link icon

      public void setAutowiredEnabled(Boolean autowiredEnabled)