第 366 章 Weather Component
从 Camel 版本 2.12 开始提供
天气: 组件用于从 Open Weather Map (一个提供免费全球天气和预测信息的站点)轮询天气信息。该信息返回为 json String 对象。
默认情况下,Camel 将轮询当前天天的更新,并按小时进行一次预测。它还可用于根据端点上定义的参数(用作制作者)查询 apps api。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-weather</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
366.1. URI 格式
weather://<unused name>[?options]