public static interface SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder |
advanced() |
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default 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.
|
default 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.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default 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.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
maxResults(String maxResults)
The Max Result for the poll.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default 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.
|
default 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.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
serverUrl(String serverUrl)
The Server URL of the Slack instance.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
token(String token)
The token to use.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default SlackEndpointBuilderFactory.AdvancedSlackEndpointConsumerBuilder advanced()
default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder maxResults(String maxResults)
maxResults - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder serverUrl(String serverUrl)
serverUrl - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder token(String token)
token - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setApache Camel