public static interface EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
advanced() |
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
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 EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
bridgeErrorHandler(String 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 EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
password(String password)
The password to use for basic authentication.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
recursive(boolean recursive)
To apply an action recursively.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
recursive(String recursive)
To apply an action recursively.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
To send an empty message in case of timeout watching for a key.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
sendEmptyExchangeOnTimeout(String sendEmptyExchangeOnTimeout)
To send an empty message in case of timeout watching for a key.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
servicePath(String servicePath)
The path to look for for service discovery.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
timeout(Long timeout)
To set the maximum time an action could take to complete.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
timeout(String timeout)
To set the maximum time an action could take to complete.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
uris(String uris)
To set the URIs the client connects.
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
userName(String userName)
The user name to use for basic authentication.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder advanced()
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder recursive(boolean recursive)
recursive - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder recursive(String recursive)
recursive - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder servicePath(String servicePath)
servicePath - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder uris(String uris)
uris - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder sendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
sendEmptyExchangeOnTimeout - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder sendEmptyExchangeOnTimeout(String sendEmptyExchangeOnTimeout)
sendEmptyExchangeOnTimeout - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder timeout(Long timeout)
timeout - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder timeout(String timeout)
timeout - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder password(String password)
password - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder sslContextParameters(Object sslContextParameters)
sslContextParameters - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder sslContextParameters(String sslContextParameters)
sslContextParameters - the value to setdefault EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder userName(String userName)
userName - the value to setApache Camel