Interface TimerComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface TimerComponentBuilderFactory
Generate messages in specified intervals using java.util.Timer. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TimerComponentBuilderFactory.TimerComponentBuilder
Builder for the Timer component.static class
TimerComponentBuilderFactory.TimerComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static TimerComponentBuilderFactory.TimerComponentBuilder
timer()
Timer (camel-timer) Generate messages in specified intervals using java.util.Timer.
-
-
-
Method Detail
-
timer
static TimerComponentBuilderFactory.TimerComponentBuilder 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
-
-