Uses of Interface
org.apache.camel.builder.endpoint.dsl.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder
Packages that use TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder
-
Uses of TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Telegram component.Methods in org.apache.camel.builder.endpoint.dsl that return TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilderModifier and TypeMethodDescriptionTelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.authorizationToken(String authorizationToken) The authorization token for using the bot (ask the BotFather).TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.basic()TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.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.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.Limit on the number of updates that can be received in a single polling request.Limit on the number of updates that can be received in a single polling request.HTTP proxy host which could be used when sending out the message.HTTP proxy port which could be used when sending out the message.HTTP proxy port which could be used when sending out the message.HTTP proxy type which could be used when sending out the message.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.proxyType(org.apache.camel.component.telegram.TelegramProxyType proxyType) HTTP proxy type which could be used when sending out the message.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.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.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.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.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.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.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Timeout in seconds for long polling.Timeout in seconds for long polling.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.