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)
boolean type.
Default: false
Group: commondefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder recursive(String recursive)
boolean type.
Default: false
Group: commondefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder servicePath(String servicePath)
java.lang.String type.
Default: /services/
Group: commondefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder timeout(Long timeout)
java.lang.Long type.
Group: commondefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder timeout(String timeout)
java.lang.Long type.
Group: commondefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder uris(String uris)
java.lang.String type.
Default: http://localhost:2379,http://localhost:4001
Group: commondefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
boolean type.
Default: false
Group: consumerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sendEmptyExchangeOnTimeout(String sendEmptyExchangeOnTimeout)
boolean type.
Default: false
Group: consumerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
int type.
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
int type.
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
int type.
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
int type.
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
int type.
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
int type.
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder delay(long delay)
long type.
Default: 500
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder delay(String delay)
long type.
Default: 500
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder greedy(boolean greedy)
boolean type.
Default: false
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder greedy(String greedy)
boolean type.
Default: false
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder initialDelay(long initialDelay)
long type.
Default: 1000
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder initialDelay(String initialDelay)
long type.
Default: 1000
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder repeatCount(long repeatCount)
long type.
Default: 0
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder repeatCount(String repeatCount)
long type.
Default: 0
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder scheduler(Object scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder scheduler(String scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder schedulerProperties(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder schedulerProperties(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder startScheduler(boolean startScheduler)
boolean type.
Default: true
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder startScheduler(String startScheduler)
boolean type.
Default: true
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder timeUnit(String timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointConsumerBuilder userName(String userName)
java.lang.String type.
Group: securityApache Camel