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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.launch.JobLauncher
org.springframework.batch.core.configuration.JobRegistry
void
setAutowiredEnabled
(Boolean autowiredEnabled) void
setJobLauncher
(org.springframework.batch.core.launch.JobLauncher jobLauncher) void
setJobRegistry
(org.springframework.batch.core.configuration.JobRegistry jobRegistry) void
setLazyStartProducer
(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
SpringBatchComponentConfiguration
public SpringBatchComponentConfiguration()
-
-
Method Details
-
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
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-