Interface Etcd3EndpointBuilderFactory.Etcd3Builders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
Etcd3EndpointBuilderFactory
public static interface Etcd3EndpointBuilderFactory.Etcd3Builders
-
Method Summary
Modifier and TypeMethodDescriptionetcd3()Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store.Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store.Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store.
-
Method Details
-
etcd3
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
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:pathPath parameter: path The path the endpoint refers to- Parameters:
path- path- Returns:
- the dsl builder
-
etcd3
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:pathPath 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
-