public static interface EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder extends ComponentBuilder<org.apache.camel.component.etcd.EtcdWatchComponent>
| Modifier and Type | Method and Description |
|---|---|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
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 EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
configuration(org.apache.camel.component.etcd.EtcdConfiguration configuration)
Component configuration.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
fromIndex(long fromIndex)
The index to watch from.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
password(String password)
The password to use for basic authentication.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
recursive(boolean recursive)
To apply an action recursively.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
To send an empty message in case of timeout watching for a key.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
servicePath(String servicePath)
The path to look for for service discovery.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
timeout(Long timeout)
To set the maximum time an action could take to complete.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
uris(String uris)
To set the URIs the client connects.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
userName(String userName)
The user name to use for basic authentication.
|
build, build, doSetProperty, registerdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder configuration(org.apache.camel.component.etcd.EtcdConfiguration configuration)
configuration - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder recursive(boolean recursive)
recursive - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder servicePath(String servicePath)
servicePath - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder timeout(Long timeout)
timeout - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder uris(String uris)
uris - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
sendEmptyExchangeOnTimeout - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder fromIndex(long fromIndex)
fromIndex - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder password(String password)
password - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
sslContextParameters - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
useGlobalSslContextParameters - the value to setdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder userName(String userName)
userName - the value to setApache Camel