Interface CronEndpointBuilderFactory.CronBuilders

    • Method Detail

      • cron

        default CronEndpointBuilderFactory.CronEndpointBuilder cron​(String path)
        Cron (camel-cron) A generic interface for triggering events at times specified through the Unix cron syntax. Category: scheduling Since: 3.1 Maven coordinates: org.apache.camel:camel-cron Syntax: cron:name Path parameter: name (required) The name of the cron trigger
        Parameters:
        path - name
        Returns:
        the dsl builder
      • cron

        default CronEndpointBuilderFactory.CronEndpointBuilder cron​(String componentName,
                                                                    String path)
        Cron (camel-cron) A generic interface for triggering events at times specified through the Unix cron syntax. Category: scheduling Since: 3.1 Maven coordinates: org.apache.camel:camel-cron Syntax: cron:name Path parameter: name (required) The name of the cron trigger
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder