Uses of Interface
org.apache.camel.builder.endpoint.dsl.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder
Packages that use SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder
-
Uses of SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Slack component.Methods in org.apache.camel.builder.endpoint.dsl that return SlackEndpointBuilderFactory.SlackEndpointConsumerBuilderModifier and TypeMethodDescriptionSlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder.basic()SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.conversationType(com.slack.api.model.ConversationType conversationType) Type of conversation.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.conversationType(String conversationType) Type of conversation.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.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.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.maxResults(String maxResults) The Max Result for the poll.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.naturalOrder(boolean naturalOrder) Create exchanges in natural order (oldest to newest) or not.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.naturalOrder(String naturalOrder) Create exchanges in natural order (oldest to newest) or not.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.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.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.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.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.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.The Server URL of the Slack instance.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.The token to access Slack.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.