第 6 章 APNS 组件
从 Camel 版本 2.8 开始提供
apns 组件用于向 iOS 设备发送通知。apns 组件使用 javapns 库。
组件支持向 Apple Push Notification Servers (APNS)发送通知,并且消耗来自服务器的反馈。
消费者默认配置为轮询 3600 秒,因为它是仅使用来自时间到时间的 Apple Push Notification Servers 的反馈流的最佳做法。例如:每 1 小时以避免填充服务器。
反馈流提供有关不活跃设备的信息。如果您的移动应用程序不是大量使用的应用程序,您只需要每小时获取这些信息。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-apns</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
6.1. URI 格式
发送通知:
apns:notify[?options]
使用反馈:
apns:consumer[?options]