default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomBuilders.atom(String path) |
Atom (camel-atom)
Poll Atom RSS feeds.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomBuilders.atom(String componentName,
String path) |
Atom (camel-atom)
Poll Atom RSS feeds.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.backoffMultiplier(int backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.backoffMultiplier(String backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AdvancedAtomEndpointBuilder.basic() |
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.delay(String delay) |
Milliseconds before the next poll.
|
static AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.greedy(boolean greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.greedy(String greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.password(String password) |
Deprecated.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.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 AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.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 AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.sortEntries(boolean sortEntries) |
Sets whether to sort entries by published date.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.sortEntries(String sortEntries) |
Sets whether to sort entries by published date.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.splitEntries(boolean splitEntries) |
Sets whether or not entries should be sent individually or whether
the entire feed should be sent as a single message.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.splitEntries(String splitEntries) |
Sets whether or not entries should be sent individually or whether
the entire feed should be sent as a single message.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.throttleEntries(boolean throttleEntries) |
Sets whether all entries identified in a single feed poll should be
delivered immediately.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.throttleEntries(String throttleEntries) |
Sets whether all entries identified in a single feed poll should be
delivered immediately.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default AtomEndpointBuilderFactory.AtomEndpointBuilder |
AtomEndpointBuilderFactory.AtomEndpointBuilder.username(String username) |
Deprecated.
|