public static interface ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointProducerBuilder |
advanced() |
default ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder |
tokens(String tokens)
Configure this property in case you want to statically declare tokens
related to devices you want to notify.
|
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointProducerBuilder advanced()
default ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder tokens(String tokens)
tokens - the value to setdefault ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ApnsEndpointBuilderFactory.ApnsEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel