Interface SpringBatchEndpointBuilderFactory.SpringBatchBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
SpringBatchEndpointBuilderFactory

public static interface SpringBatchEndpointBuilderFactory.SpringBatchBuilders
  • Method Details

    • springBatch

      Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing. Category: workflow Since: 2.10 Maven coordinates: org.apache.camel:camel-spring-batch Syntax: spring-batch:jobName Path parameter: jobName (required) The name of the Spring Batch job located in the registry.
      Parameters:
      path - jobName
      Returns:
      the dsl builder
    • springBatch

      Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing. Category: workflow Since: 2.10 Maven coordinates: org.apache.camel:camel-spring-batch Syntax: spring-batch:jobName Path parameter: jobName (required) The name of the Spring Batch job located in the registry.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - jobName
      Returns:
      the dsl builder