Uses of Interface
org.apache.camel.builder.endpoint.dsl.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder
Packages that use SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder
-
Uses of SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.springBatch(String path) Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing.StaticEndpointBuilders.springBatch(String componentName, String path) Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing. -
Uses of SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilderModifier and TypeMethodDescriptionSpringBatchEndpointBuilderFactory.AdvancedSpringBatchEndpointBuilder.basic()SpringBatchEndpointBuilderFactory.endpointBuilder(String componentName, String path) SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobFromHeader(boolean jobFromHeader) Explicitly defines if the jobName should be taken from the headers instead of the URI.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobFromHeader(String jobFromHeader) Explicitly defines if the jobName should be taken from the headers instead of the URI.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobLauncher(String jobLauncher) Explicitly specifies a JobLauncher to be used.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher) Explicitly specifies a JobLauncher to be used.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobRegistry(String jobRegistry) Explicitly specifies a JobRegistry to be used.SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder.jobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry) Explicitly specifies a JobRegistry to be used.SpringBatchEndpointBuilderFactory.SpringBatchBuilders.springBatch(String path) Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing.SpringBatchEndpointBuilderFactory.SpringBatchBuilders.springBatch(String componentName, String path) Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing.