Uses of Interface
org.apache.camel.builder.endpoint.dsl.ApnsEndpointBuilderFactory.ApnsEndpointBuilder
-
Packages that use ApnsEndpointBuilderFactory.ApnsEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of ApnsEndpointBuilderFactory.ApnsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ApnsEndpointBuilderFactory.ApnsEndpointBuilder Modifier and Type Method Description static ApnsEndpointBuilderFactory.ApnsEndpointBuilder
StaticEndpointBuilders. apns(String path)
APNS (camel-apns) Send notifications to Apple iOS devices.static ApnsEndpointBuilderFactory.ApnsEndpointBuilder
StaticEndpointBuilders. apns(String componentName, String path)
APNS (camel-apns) Send notifications to Apple iOS devices. -
Uses of ApnsEndpointBuilderFactory.ApnsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ApnsEndpointBuilderFactory.ApnsEndpointBuilder Modifier and Type Method Description default ApnsEndpointBuilderFactory.ApnsEndpointBuilder
ApnsEndpointBuilderFactory.ApnsBuilders. apns(String path)
APNS (camel-apns) Send notifications to Apple iOS devices.default ApnsEndpointBuilderFactory.ApnsEndpointBuilder
ApnsEndpointBuilderFactory.ApnsBuilders. apns(String componentName, String path)
APNS (camel-apns) Send notifications to Apple iOS devices.default ApnsEndpointBuilderFactory.ApnsEndpointBuilder
ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder. basic()
static ApnsEndpointBuilderFactory.ApnsEndpointBuilder
ApnsEndpointBuilderFactory. endpointBuilder(String componentName, String path)
default ApnsEndpointBuilderFactory.ApnsEndpointBuilder
ApnsEndpointBuilderFactory.ApnsEndpointBuilder. tokens(String tokens)
Configure this property in case you want to statically declare tokens related to devices you want to notify.
-