default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.AdvancedSpringBatchEndpointBuilder.basic() |
|
static SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
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).
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchBuilders.springBatch(String path) |
Spring Batch (camel-spring-batch)
Send messages to Spring Batch for further processing.
|
default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder |
SpringBatchEndpointBuilderFactory.SpringBatchBuilders.springBatch(String componentName,
String path) |
Spring Batch (camel-spring-batch)
Send messages to Spring Batch for further processing.
|