Interface SchedulerEndpointBuilderFactory.SchedulerBuilders

    • Method Detail

      • scheduler

        default SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder scheduler​(String path)
        Scheduler (camel-scheduler) Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService. Category: core,scheduling Since: 2.15 Maven coordinates: org.apache.camel:camel-scheduler Syntax: scheduler:name Path parameter: name (required) The name of the scheduler
        Parameters:
        path - name
        Returns:
        the dsl builder
      • scheduler

        default SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder scheduler​(String componentName,
                                                                                   String path)
        Scheduler (camel-scheduler) Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService. Category: core,scheduling Since: 2.15 Maven coordinates: org.apache.camel:camel-scheduler Syntax: scheduler:name Path parameter: name (required) The name of the scheduler
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder