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