Interface ApnsEndpointBuilderFactory.ApnsBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- ApnsEndpointBuilderFactory
public static interface ApnsEndpointBuilderFactory.ApnsBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ApnsEndpointBuilderFactory.ApnsEndpointBuilder
apns(String path)
APNS (camel-apns) Send notifications to Apple iOS devices.default ApnsEndpointBuilderFactory.ApnsEndpointBuilder
apns(String componentName, String path)
APNS (camel-apns) Send notifications to Apple iOS devices.
-
-
-
Method Detail
-
apns
default ApnsEndpointBuilderFactory.ApnsEndpointBuilder apns(String path)
APNS (camel-apns) Send notifications to Apple iOS devices. Category: eventbus,mobile Since: 2.8 Maven coordinates: org.apache.camel:camel-apns Syntax:apns:name
Path parameter: name Name of the endpoint- Parameters:
path
- name
-
apns
default ApnsEndpointBuilderFactory.ApnsEndpointBuilder apns(String componentName, String path)
APNS (camel-apns) Send notifications to Apple iOS devices. Category: eventbus,mobile Since: 2.8 Maven coordinates: org.apache.camel:camel-apns Syntax:apns:name
Path parameter: name Name of the endpoint- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- name
-
-