public static interface EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EtcdStatsEndpointBuilderFactory.AdvancedEtcdStatsEndpointConsumerBuilder |
advanced() |
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
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 EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
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 EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
password(String password)
The password to use for basic authentication.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
recursive(boolean recursive)
To apply an action recursively.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
recursive(String recursive)
To apply an action recursively.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
To send an empty message in case of timeout watching for a key.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
sendEmptyExchangeOnTimeout(String sendEmptyExchangeOnTimeout)
To send an empty message in case of timeout watching for a key.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
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 EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
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 EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
servicePath(String servicePath)
The path to look for for service discovery.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
timeout(Long timeout)
To set the maximum time an action could take to complete.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
timeout(String timeout)
To set the maximum time an action could take to complete.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
uris(String uris)
To set the URIs the client connects.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder |
userName(String userName)
The user name to use for basic authentication.
|
default EtcdStatsEndpointBuilderFactory.AdvancedEtcdStatsEndpointConsumerBuilder advanced()
default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder recursive(boolean recursive)
recursive - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder recursive(String recursive)
recursive - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder servicePath(String servicePath)
servicePath - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder timeout(Long timeout)
timeout - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder timeout(String timeout)
timeout - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder uris(String uris)
uris - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
sendEmptyExchangeOnTimeout - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sendEmptyExchangeOnTimeout(String sendEmptyExchangeOnTimeout)
sendEmptyExchangeOnTimeout - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder password(String password)
password - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sslContextParameters(Object sslContextParameters)
sslContextParameters - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
sslContextParameters - the value to setdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder userName(String userName)
userName - the value to setApache Camel