Interface TimerEndpointBuilderFactory.TimerBuilders

    • Method Detail

      • timer

        default TimerEndpointBuilderFactory.TimerEndpointBuilder timer​(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:
        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