Uses of Class
org.apache.camel.component.etcd3.Etcd3Configuration
-
Packages that use Etcd3Configuration Package Description org.apache.camel.component.etcd3 org.apache.camel.component.etcd3.cloud org.apache.camel.component.etcd3.policy -
-
Uses of Etcd3Configuration in org.apache.camel.component.etcd3
Methods in org.apache.camel.component.etcd3 that return Etcd3Configuration Modifier and Type Method Description Etcd3ConfigurationEtcd3Component. getConfiguration()Etcd3ConfigurationEtcd3Endpoint. getConfiguration()Methods in org.apache.camel.component.etcd3 with parameters of type Etcd3Configuration Modifier and Type Method Description voidEtcd3Component. setConfiguration(Etcd3Configuration configuration)Component configuration.Constructors in org.apache.camel.component.etcd3 with parameters of type Etcd3Configuration Constructor Description Etcd3Endpoint(String uri, Etcd3Component component, Etcd3Configuration configuration, String path) -
Uses of Etcd3Configuration in org.apache.camel.component.etcd3.cloud
Constructors in org.apache.camel.component.etcd3.cloud with parameters of type Etcd3Configuration Constructor Description Etcd3OnDemandServiceDiscovery(Etcd3Configuration configuration)Etcd3ServiceDiscoveryFactory(Etcd3Configuration configuration)Etcd3WatchServiceDiscovery(Etcd3Configuration configuration)Construct aEtcd3WatchServiceDiscoverywith the given configuration. -
Uses of Etcd3Configuration in org.apache.camel.component.etcd3.policy
Constructors in org.apache.camel.component.etcd3.policy with parameters of type Etcd3Configuration Constructor Description Etcd3RoutePolicy(Etcd3Configuration configuration)
-