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