Interface TimerEndpointBuilderFactory.TimerBuilders

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

public static interface TimerEndpointBuilderFactory.TimerBuilders
  • Method Details

    • timer

      Timer (camel-timer) Generate messages in specified intervals using java.util.Timer. Category: core,scheduling Since: 1.0 Maven coordinates: org.apache.camel:camel-timer
      Returns:
      the dsl builder for the headers' name.
    • timer

      Timer (camel-timer) Generate messages in specified intervals using java.util.Timer. Category: core,scheduling Since: 1.0 Maven coordinates: org.apache.camel:camel-timer Syntax: timer:timerName Path parameter: timerName (required) The name of the timer
      Parameters:
      path - timerName
      Returns:
      the dsl builder
    • timer

      default TimerEndpointBuilderFactory.TimerEndpointBuilder timer(String componentName, String path)
      Timer (camel-timer) Generate messages in specified intervals using java.util.Timer. Category: core,scheduling Since: 1.0 Maven coordinates: org.apache.camel:camel-timer Syntax: timer:timerName Path parameter: timerName (required) The name of the timer
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - timerName
      Returns:
      the dsl builder