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 6ef1d098340d999e1dca27ace921dc8901d56f9d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 26 14:08:23 2020 +0100 Regen --- docs/components/modules/ROOT/pages/weather-component.adoc | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/components/modules/ROOT/pages/weather-component.adoc b/docs/components/modules/ROOT/pages/weather-component.adoc index 1e0f826..139c1f0 100644 --- a/docs/components/modules/ROOT/pages/weather-component.adoc +++ b/docs/components/modules/ROOT/pages/weather-component.adoc @@ -53,18 +53,17 @@ from where you're using the API now on. // component options: START -The Weather component supports 5 options, which are listed below. +The Weather component supports 4 options, which are listed below. [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *geolocationAccessKey* (common) | The geolocation service now needs an accessKey to be used | | String -| *geolocationRequestHostIP* (common) | The geolocation service now needs to specify the IP associated to the accessKey you're using | | String | *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 | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] | *basicPropertyBinding* (advanced) | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean +| *httpClient* (advanced) | To use an existing configured http client (for example with http proxy) | | CloseableHttpClient |=== // component options: END @@ -89,7 +88,7 @@ with the following path and query parameters: |=== -=== Query Parameters (48 parameters): +=== Query Parameters (40 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -109,7 +108,6 @@ with the following path and query parameters: | *pollStrategy* (consumer) | A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel. | | PollingConsumerPollStrategy | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean -| *httpConnectionManager* (advanced) | To use a custom HttpConnectionManager to manage connections | | HttpConnectionManager | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean | *cnt* (filter) | Number of results to be found | | Integer | *ids* (filter) | List of id's of city/stations. You can separate multiple ids by comma. | | String @@ -120,13 +118,6 @@ with the following path and query parameters: | *topLat* (filter) | For boxed queries this is the top latitude. Needs to be used in combination with rightLon and zoom. | | String | *zip* (filter) | Zip-code, e.g. 94040,us | | String | *zoom* (filter) | For boxed queries this is the zoom. Needs to be used in combination with rightLon and topLat. | | Integer -| *proxyAuthDomain* (proxy) | Domain for proxy NTLM authentication | | String -| *proxyAuthHost* (proxy) | Optional host for proxy NTLM authentication | | String -| *proxyAuthMethod* (proxy) | Authentication method for proxy, either as Basic, Digest or NTLM. | | String -| *proxyAuthPassword* (proxy) | Password for proxy authentication | | String -| *proxyAuthUsername* (proxy) | Username for proxy authentication | | String -| *proxyHost* (proxy) | The proxy host name | | String -| *proxyPort* (proxy) | The proxy port number | | Integer | *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