Uses of Interface
org.apache.camel.builder.endpoint.dsl.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder
Packages that use SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder
-
Uses of SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SchedulerEndpointBuilderFactory.SchedulerEndpointBuilderModifier and TypeMethodDescriptionScheduler (camel-scheduler) Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService.Scheduler (camel-scheduler) Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService. -
Uses of SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SchedulerEndpointBuilderFactory.SchedulerEndpointBuilderModifier and TypeMethodDescriptionSchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SchedulerEndpointBuilderFactory.AdvancedSchedulerEndpointBuilder.basic()SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.SchedulerEndpointBuilderFactory.endpointBuilder(String componentName, String path) SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.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.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.poolSize(int poolSize) Number of core threads in the thread pool used by the scheduling thread pool.Number of core threads in the thread pool used by the scheduling thread pool.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.Scheduler (camel-scheduler) Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService.Scheduler (camel-scheduler) Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService.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.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.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.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.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.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.SchedulerEndpointBuilderFactory.SchedulerEndpointBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.