Interface ApnsComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface ApnsComponentBuilderFactory
Send notifications to Apple iOS devices. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ApnsComponentBuilderFactory.ApnsComponentBuilder
Builder for the APNS component.static class
ApnsComponentBuilderFactory.ApnsComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static ApnsComponentBuilderFactory.ApnsComponentBuilder
apns()
APNS (camel-apns) Send notifications to Apple iOS devices.
-
-
-
Method Detail
-
apns
static ApnsComponentBuilderFactory.ApnsComponentBuilder apns()
APNS (camel-apns) Send notifications to Apple iOS devices. Category: eventbus,mobile Since: 2.8 Maven coordinates: org.apache.camel:camel-apns
-
-