Interface Etcd3EndpointBuilderFactory.Etcd3Builders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
Etcd3EndpointBuilderFactory
public static interface Etcd3EndpointBuilderFactory.Etcd3Builders
-
Method Summary
-
Method Details
-
etcd3
Deprecated.Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3- Returns:
- the dsl builder for the headers' name.
-
etcd3
Deprecated.Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3 Syntax:etcd3:path
Path parameter: path The path the endpoint refers to- Parameters:
path
- path- Returns:
- the dsl builder
-
etcd3
@Deprecated default Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder etcd3(String componentName, String path) Deprecated.Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3 Syntax:etcd3:path
Path parameter: path The path the endpoint refers to- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- path- Returns:
- the dsl builder
-