This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 26f7a1e31f387d861e009b49ab2b2b73b2ec22a0 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jun 15 14:14:04 2020 +0200 Regen --- docs/components/modules/ROOT/pages/telegram-component.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/telegram-component.adoc b/docs/components/modules/ROOT/pages/telegram-component.adoc index 82ecb3a..1f147b4 100644 --- a/docs/components/modules/ROOT/pages/telegram-component.adoc +++ b/docs/components/modules/ROOT/pages/telegram-component.adoc @@ -95,7 +95,7 @@ with the following path and query parameters: |=== -=== Query Parameters (31 parameters): +=== Query Parameters (32 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -117,6 +117,7 @@ with the following path and query parameters: | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean | *proxyHost* (proxy) | HTTP proxy host which could be used when sending out the message. | | String | *proxyPort* (proxy) | HTTP proxy port which could be used when sending out the message. | | Integer +| *proxyType* (proxy) | HTTP proxy type which could be used when sending out the message. The value can be one of: HTTP, SOCKS4, SOCKS5 | HTTP | TelegramProxyType | *backoffErrorThreshold* (scheduler) | The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in. | | int | *backoffIdleThreshold* (scheduler) | The number of subsequent idle polls that should happen before the backoffMultipler should kick-in. | | int | *backoffMultiplier* (scheduler) | To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row. The multiplier is then the number of polls that will be skipped before the next actual attempt is happening again. When this option is in use then backoffIdleThreshold and/or backoffErrorThreshold must also be configured. | | int