Uses of Interface
org.apache.camel.builder.endpoint.dsl.Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder
Packages that use Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder
-
Uses of Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Etcd v3 component.Methods in org.apache.camel.builder.endpoint.dsl that return Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilderModifier and TypeMethodDescriptionEtcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.basic()Configure etcd server endpoints using the IPNameResolver.Configure etcd server endpoints using the IPNameResolver.Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.keyCharset(String keyCharset) Configure the charset to use for the keys.Configure the namespace of keys used.Configure etcd auth password.Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.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.Etcd3EndpointProducerBuilder.servicePath(String servicePath) The path to look for service discovery.Configure etcd auth user.Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.valueCharset(String valueCharset) Configure the charset to use for the values.