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)
Sets the common configuration shared among endpoints.
|
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 |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
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 password(String password)
java.lang.String type.
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder uris(String uris)
java.lang.String type.
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder userName(String userName)
java.lang.String type.
Group: commondefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel