@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface TimerEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder
Advanced builder for endpoint for the Timer component.
|
static interface |
TimerEndpointBuilderFactory.TimerBuilders |
static interface |
TimerEndpointBuilderFactory.TimerEndpointBuilder
Builder for endpoint for the Timer component.
|
| Modifier and Type | Method and Description |
|---|---|
static TimerEndpointBuilderFactory.TimerEndpointBuilder |
timer(String path)
Timer (camel-timer)
The timer component is used for generating message exchanges when a timer
fires.
|
static TimerEndpointBuilderFactory.TimerEndpointBuilder timer(String path)
timer:timerName
Path parameter: timerName (required)
The name of the timerApache Camel