| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
ComponentsBuilderFactory.springBatch()
Spring Batch (camel-spring-batch)
Send messages to Spring Batch for further processing.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
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 |
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder.jobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher)
Explicitly specifies a JobLauncher to be used.
|
default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder.jobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
Explicitly specifies a JobRegistry to be used.
|
default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
SpringBatchComponentBuilderFactory.springBatch()
Spring Batch (camel-spring-batch)
Send messages to Spring Batch for further processing.
|
Apache Camel