Package | Description |
---|---|
org.apache.camel.model.remote |
The JAXB POJOs for the remote service call DSL
|
Modifier and Type | Method and Description |
---|---|
EtcdConfigurationDefinition |
ServiceCallDefinition.etcdConfiguration()
Configures the Service Call EIP using Etcd
Use end when configuration is complete, to return back to the Service Call EIP.
|
EtcdConfigurationDefinition |
EtcdConfigurationDefinition.password(String password)
The password to use for basic authentication.
|
EtcdConfigurationDefinition |
EtcdConfigurationDefinition.servicePath(String servicePath)
The path to look for for service discovery
|
EtcdConfigurationDefinition |
EtcdConfigurationDefinition.sslContextParameters(SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
EtcdConfigurationDefinition |
EtcdConfigurationDefinition.timeout(Long timeout)
To set the maximum time an action could take to complete.
|
EtcdConfigurationDefinition |
EtcdConfigurationDefinition.uris(String uris)
The URIs the client can connect to.
|
EtcdConfigurationDefinition |
EtcdConfigurationDefinition.userName(String userName)
The user name to use for basic authentication.
|
Apache Camel