blob: 70b82508288ded297942b4022cf74f47bc0e1639 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= APNS
:cq-artifact-id: camel-quarkus-apns
:cq-native-supported: false
:cq-status: Preview
:cq-description: Send notifications to Apple iOS devices.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Send notifications to Apple iOS devices.
== What's inside
* https://camel.apache.org/components/latest/apns-component.html[APNS component], URI syntax: `apns:name`
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-apns</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.