public static interface EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder extends ComponentBuilder<org.apache.camel.component.etcd.EtcdStatsComponent>
| Modifier and Type | Method and Description |
|---|---|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
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 EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
configuration(org.apache.camel.component.etcd.EtcdConfiguration configuration)
Component configuration.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
fromIndex(long fromIndex)
The index to watch from.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
password(String password)
The password to use for basic authentication.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
recursive(boolean recursive)
To apply an action recursively.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
To send an empty message in case of timeout watching for a key.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
servicePath(String servicePath)
The path to look for for service discovery.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
timeout(Long timeout)
To set the maximum time an action could take to complete.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
timeToLive(Integer timeToLive)
To set the lifespan of a key in milliseconds.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
uris(String uris)
To set the URIs the client connects.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
userName(String userName)
The user name to use for basic authentication.
|
build, build, doSetProperty, registerdefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder configuration(org.apache.camel.component.etcd.EtcdConfiguration configuration)
org.apache.camel.component.etcd.EtcdConfiguration type.
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder recursive(boolean recursive)
boolean type.
Default: false
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder servicePath(String servicePath)
java.lang.String type.
Default: /services/
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder timeout(Long timeout)
java.lang.Long type.
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder uris(String uris)
java.lang.String type.
Default: http://localhost:2379,http://localhost:4001
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
boolean type.
Default: false
Group: consumerdefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder fromIndex(long fromIndex)
long type.
Default: 0
Group: consumer (advanced)default EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder timeToLive(Integer timeToLive)
java.lang.Integer type.
Group: producerdefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder password(String password)
java.lang.String type.
Group: securitydefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securitydefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder userName(String userName)
java.lang.String type.
Group: securityApache Camel