| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApnsEndpointBuilderFactory.ApnsEndpointBuilder
Builder for endpoint for the APNS component.
|
| Modifier and Type | Method and 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.
|
Apache Camel