| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder
Advanced builder for endpoint for the APNS component.
|
| Modifier and Type | Method and Description |
|---|---|
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.advanced() |
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder.pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
Apache Camel