Spring Batch

Spring Batch

Description: Camel Spring Batch support
Scheme: spring-batch
Syntax: spring-batch:jobName
Maven: org.apache.camel/camel-spring-batch/2.16.1
Name Kind Group Required Default Type Enum Description
jobName path producer true java.lang.String The name of the Spring Batch job located in the registry.
jobLauncher parameter producer org.springframework.batch.core.launch.JobLauncher Explicitly specifies a JobLauncher to be used.
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).