Interface Etcd3ComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface Etcd3ComponentBuilderFactory
Get, set, delete or watch keys in etcd key-value store. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder
Builder for the Etcd v3 component.static class
Etcd3ComponentBuilderFactory.Etcd3ComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder
etcd3()
Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store.
-
-
-
Method Detail
-
etcd3
static Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder 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
-
-