Interface ApnsEndpointBuilderFactory.ApnsBuilders

    • 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 name
        path - name