Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default Value

Description

time

null

A java.util.Date the first event should be generated. If using the URI then the pattern expected is: yyyy-MM-dd HH:mm:ss or yyyy-MM-dd'T'HH:mm:ss.

pattern

null

Camel 1.6.2/2.0: Allows you to specify a custom Date pattern to use for setting the time option using URI syntax.

period

1000

If greater than 0, then generate periodic events every period milliseconds

delay

0

The number of milliseconds to wait before the first event is generated. Should not be used in conjunction with the time parameter.

fixedRate

false

Events take place at approximately regular intervals, separated by the specified period

daemon

true

Should the thread associated with the timer endpoint be run as a daemon

...