Uses of Interface
org.apache.camel.builder.endpoint.dsl.ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder
-
Packages that use ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interface
ApnsEndpointBuilderFactory.ApnsEndpointBuilder
Builder for endpoint for the APNS component.Methods in org.apache.camel.builder.endpoint.dsl that return ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder Modifier and Type Method Description default ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder
ApnsEndpointBuilderFactory.AdvancedApnsEndpointProducerBuilder. basic()
default ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder
ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).default ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder
ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder. lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).default ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder
ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder. tokens(String tokens)
Configure this property in case you want to statically declare tokens related to devices you want to notify.
-