Interface SpringBatchEndpointBuilderFactory.SpringBatchBuilders

    • Method Detail

      • springBatch

        default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder springBatch​(String path)
        Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing. Category: spring,batch,scheduling 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

        default SpringBatchEndpointBuilderFactory.SpringBatchEndpointBuilder springBatch​(String componentName,
                                                                                         String path)
        Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing. Category: spring,batch,scheduling 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