public static interface EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder extends ComponentBuilder<org.apache.camel.component.etcd.EtcdWatchComponent>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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)
Sets the common configuration shared among endpoints.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
password(String password)
The password to use for basic authentication.
|
default EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
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)
boolean type.
Default: false
Group: consumerdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder configuration(org.apache.camel.component.etcd.EtcdConfiguration configuration)
org.apache.camel.component.etcd.EtcdConfiguration type.
Group: consumerdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder password(String password)
java.lang.String type.
Group: consumerdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: consumerdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder uris(String uris)
java.lang.String type.
Group: consumerdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder userName(String userName)
java.lang.String type.
Group: consumerdefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel