default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointConsumerBuilder.basic() |
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.delay(String delay) |
Milliseconds before the next poll.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.greedy(boolean greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.greedy(String greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) |
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) |
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.tokens(String tokens) |
Configure this property in case you want to statically declare tokens
related to devices you want to notify.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|