| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.AdvancedSpringBatchEndpointBuilder.basic() |
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobFromHeader(boolean jobFromHeader)
Explicitly defines if the jobName should be taken from the headers
instead of the URI.
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobFromHeader(String jobFromHeader)
Explicitly defines if the jobName should be taken from the headers
instead of the URI.
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobLauncher(Object jobLauncher)
Explicitly specifies a JobLauncher to be used.
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobLauncher(String jobLauncher)
Explicitly specifies a JobLauncher to be used.
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobRegistry(Object jobRegistry)
Explicitly specifies a JobRegistry to be used.
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobRegistry(String jobRegistry)
Explicitly specifies a JobRegistry to be used.
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.springBatch(String path)
Spring Batch (camel-spring-batch)
The spring-batch component allows to send messages to Spring Batch for
further processing.
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchBuilders.springBatch(String path)
Spring Batch (camel-spring-batch)
The spring-batch component allows to send messages to Spring Batch
for further processing.
|
Apache Camel