Class SpringBatchComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.spring.batch.springboot.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 Summary
Constructors Constructor Description SpringBatchComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getBasicPropertyBinding()
String
getJobLauncher()
String
getJobRegistry()
Boolean
getLazyStartProducer()
void
setBasicPropertyBinding(Boolean basicPropertyBinding)
void
setJobLauncher(String jobLauncher)
void
setJobRegistry(String jobRegistry)
void
setLazyStartProducer(Boolean lazyStartProducer)
-
-
-
Method Detail
-
getJobLauncher
public String getJobLauncher()
-
setJobLauncher
public void setJobLauncher(String jobLauncher)
-
getJobRegistry
public String getJobRegistry()
-
setJobRegistry
public void setJobRegistry(String jobRegistry)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getBasicPropertyBinding
public Boolean getBasicPropertyBinding()
-
setBasicPropertyBinding
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
-
-