- sendTimerExchange(long) - Method in class org.apache.camel.component.timer.TimerConsumer
-
- setDaemon(boolean) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Specifies whether or not the thread associated with the timer endpoint runs as a daemon.
- setDelay(long) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
The number of milliseconds to wait before the first event is generated.
- setFixedRate(boolean) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Events take place at approximately regular intervals, separated by the specified period.
- setIncludeMetadata(boolean) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Whether to include metadata in the exchange such as fired time, timer name, timer count etc.
- setPattern(String) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Allows you to specify a custom Date pattern to use for setting the time option using URI syntax.
- setPeriod(long) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
If greater than 0, generate periodic events every period milliseconds.
- setRepeatCount(long) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
Specifies a maximum limit of number of fires.
- setTime(Date) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
A java.util.Date the first event should be generated.
- setTimer(Timer) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
- setTimerName(String) - Method in class org.apache.camel.component.timer.TimerEndpoint
-
The name of the timer