Uses of Interface
org.apache.camel.builder.endpoint.dsl.Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder
Packages that use Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder
-
Uses of Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Etcd3EndpointBuilderFactory.Etcd3EndpointBuilderModifier and TypeMethodDescriptionEtcd 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. -
Uses of Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Etcd3EndpointBuilderFactory.Etcd3EndpointBuilderModifier and TypeMethodDescriptionEtcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.basic()Etcd3EndpointBuilderFactory.endpointBuilder(String componentName, String path) Configure etcd server endpoints using the IPNameResolver.Configure etcd server endpoints using the IPNameResolver.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.Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder.keyCharset(String keyCharset) Configure the charset to use for the keys.Configure the namespace of keys used.Configure etcd auth password.Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder.prefix(boolean prefix) To apply an action on all the key-value pairs whose key that starts with the target path.To apply an action on all the key-value pairs whose key that starts with the target path.Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder.servicePath(String servicePath) The path to look for service discovery.Configure etcd auth user.