| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
ComponentsBuilderFactory.etcdWatch()
Etcd Watch (camel-etcd)
The camel etcd component allows you to work with Etcd, a distributed
reliable key-value store.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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)
Sets the common configuration shared among endpoints.
|
static EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.etcdWatch()
Etcd Watch (camel-etcd)
The camel etcd component allows you to work with Etcd, a distributed
reliable key-value store.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.password(String password)
The password to use for basic authentication.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
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.
|
Apache Camel