public static interface SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder extends ComponentBuilder<org.apache.camel.component.spring.batch.SpringBatchComponent>
| Modifier and Type | Method and Description |
|---|---|
default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
jobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher)
Explicitly specifies a JobLauncher to be used.
|
default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
jobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
Explicitly specifies a JobRegistry to be used.
|
default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder jobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher)
org.springframework.batch.core.launch.JobLauncher type.
Group: producerdefault SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder jobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
org.springframework.batch.core.configuration.JobRegistry
type.
Group: producerdefault SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel