@Generated(value="org.apache.camel.maven.packaging.ComponentDslMojo") public interface TimerComponentBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TimerComponentBuilderFactory.TimerComponentBuilder
Builder for the Timer component.
|
static class |
TimerComponentBuilderFactory.TimerComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static TimerComponentBuilderFactory.TimerComponentBuilder |
timer()
Timer (camel-timer)
Generate messages in specified intervals using java.util.Timer.
|
static TimerComponentBuilderFactory.TimerComponentBuilder timer()
Apache Camel