Interface SchedulerEndpointBuilderFactory.SchedulerBuilders

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

public static interface SchedulerEndpointBuilderFactory.SchedulerBuilders
  • Method Details

    • scheduler

      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
      Returns:
      the dsl builder for the headers' name.
    • scheduler

      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

      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