default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
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 |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.configuration(org.apache.camel.component.etcd.EtcdConfiguration configuration) |
Component configuration.
|
static EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.etcdWatch() |
Etcd Watch (camel-etcd)
Watch specific etcd keys or directories for changes.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.fromIndex(long fromIndex) |
The index to watch from.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.password(String password) |
The password to use for basic authentication.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.recursive(boolean recursive) |
To apply an action recursively.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout) |
To send an empty message in case of timeout watching for a key.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.servicePath(String servicePath) |
The path to look for for service discovery.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) |
To configure security using SSLContextParameters.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.timeout(Long timeout) |
To set the maximum time an action could take to complete.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.uris(String uris) |
To set the URIs the client connects.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) |
Enable usage of global SSL context parameters.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.userName(String userName) |
The user name to use for basic authentication.
|