@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SpringBatchEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SpringBatchEndpointBuilderFactory.AdvancedSpringBatchEndpointBuilder
Advanced builder for endpoint for the Spring Batch component.
|
static interface |
SpringBatchEndpointBuilderFactory.SpringBatchBuilders |
static interface |
SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder
Builder for endpoint for the Spring Batch component.
|
| Modifier and Type | Method and Description |
|---|---|
static SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
springBatch(String path)
Spring Batch (camel-spring-batch)
The spring-batch component allows to send messages to Spring Batch for
further processing.
|
static SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder springBatch(String path)
spring-batch:jobName
Path parameter: jobName (required)
The name of the Spring Batch job located in the registry.Apache Camel