Skip to content

component weather

Raymond Meester edited this page Mar 6, 2023 · 1 revision

The Weather component is used for polling weather information from Open Weather Map - a site that provides free global weather and forecast information. The information is returned as a json String object.

Camel will poll for updates to the current weather and forecasts once per hour by default. It can also be used to query the weather api based on the parameters defined on the endpoint which is used as producer.

Camel Documentation

Clone this wiki locally