Uses of Interface
org.apache.camel.builder.endpoint.dsl.Etcd3EndpointBuilderFactory.Etcd3EndpointConsumerBuilder
Packages that use Etcd3EndpointBuilderFactory.Etcd3EndpointConsumerBuilder
-
Uses of Etcd3EndpointBuilderFactory.Etcd3EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Etcd3EndpointBuilderFactory.Etcd3EndpointConsumerBuilder 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.Etcd3EndpointConsumerBuilderModifier and TypeMethodDescriptionEtcd3EndpointBuilderFactory.AdvancedEtcd3EndpointConsumerBuilder.basic()Configure etcd server endpoints using the IPNameResolver.Configure etcd server endpoints using the IPNameResolver.Etcd3EndpointBuilderFactory.Etcd3EndpointConsumerBuilder.keyCharset(String keyCharset) Configure the charset to use for the keys.Configure the namespace of keys used.Configure etcd auth password.Etcd3EndpointBuilderFactory.Etcd3EndpointConsumerBuilder.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.Etcd3EndpointConsumerBuilder.servicePath(String servicePath) The path to look for service discovery.Configure etcd auth user.