Interface EtcdWatchComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface EtcdWatchComponentBuilderFactory
Watch specific etcd keys or directories for changes. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder
Builder for the Etcd Watch component.static class
EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder
etcdWatch()
Etcd Watch (camel-etcd) Watch specific etcd keys or directories for changes.
-
-
-
Method Detail
-
etcdWatch
static EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder etcdWatch()
Etcd Watch (camel-etcd) Watch specific etcd keys or directories for changes. Category: clustering,database Since: 2.18 Maven coordinates: org.apache.camel:camel-etcd- Returns:
- the dsl builder
-
-