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