public static interface ApnsEndpointBuilderFactory.ApnsBuilders
| Modifier and Type | Method and 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.
|
default ApnsEndpointBuilderFactory.ApnsEndpointBuilder apns(String path)
apns:name
Path parameter: name
Name of the endpointpath - namedefault ApnsEndpointBuilderFactory.ApnsEndpointBuilder apns(String componentName, String path)
apns:name
Path parameter: name
Name of the endpointcomponentName - to use a custom component name for the endpoint
instead of the default namepath - nameApache Camel