Uses of Interface
org.apache.camel.builder.endpoint.dsl.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder
Packages that use TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder
-
Uses of TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Twilio component.Methods in org.apache.camel.builder.endpoint.dsl that return TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilderModifier and TypeMethodDescriptionTwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.TwilioEndpointBuilderFactory.AdvancedTwilioEndpointConsumerBuilder.basic()TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.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.Sets the name of a parameter to be passed in the exchange In Body.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.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.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.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.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.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.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.TwilioEndpointBuilderFactory.TwilioEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.