public static interface SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder extends ComponentBuilder<org.apache.camel.component.spring.batch.SpringBatchComponent>
| Modifier and Type | Method and Description |
|---|---|
default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
jobLauncher - the value to setdefault SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder jobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
jobRegistry - the value to setdefault SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel