This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d195295be8ae9eecb48907f4fd462d2cb5150b8b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 29 08:04:16 2020 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/timer-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/timer-component.adoc 
b/docs/components/modules/ROOT/pages/timer-component.adoc
index e900e1a..ad63574 100644
--- a/docs/components/modules/ROOT/pages/timer-component.adoc
+++ b/docs/components/modules/ROOT/pages/timer-component.adoc
@@ -85,10 +85,10 @@ with the following path and query parameters:
 |===
 | Name | Description | Default | Type
 | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored. | false | 
boolean
-| *delay* (consumer) | Milliseconds before first event is triggered. | 1s | 
long
+| *delay* (consumer) | Delay before first event is triggered. | 1s | long
 | *fixedRate* (consumer) | Events take place at approximately regular 
intervals, separated by the specified period. | false | boolean
 | *includeMetadata* (consumer) | Whether to include metadata in the exchange 
such as fired time, timer name, timer count etc. This information is default 
included. | true | boolean
-| *period* (consumer) | If greater than 0, generate periodic events every 
period milliseconds. | 1s | long
+| *period* (consumer) | If greater than 0, generate periodic events every 
period. | 1s | long
 | *repeatCount* (consumer) | Specifies a maximum limit of number of fires. So 
if you set it to 1, the timer will only fire once. If you set it to 5, it will 
only fire five times. A value of zero or negative means fire forever. | 0 | long
 | *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
option is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. The value can be one of: InOnly, InOut, InOptionalOut |  | 
ExchangePattern

Reply via email to