Class Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder
-
- Enclosing interface:
- Etcd3EndpointBuilderFactory
public static class Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder extends Object
The builder of headers' name for the Etcd v3 component.
-
-
Constructor Summary
Constructors Constructor Description Etcd3HeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringetcdAction()The action to perform.StringetcdIsPrefix()To apply an action on all the key-value pairs whose key that starts with the target path.StringetcdKeyCharset()The charset to use for the keys.StringetcdPath()The target path.StringetcdValueCharset()The charset to use for the values.
-
-
-
Method Detail
-
etcdAction
public String etcdAction()
The action to perform. Supported values: set get delete. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
EtcdAction.
-
etcdPath
public String etcdPath()
The target path. The option is a:Stringtype. Group: common- Returns:
- the name of the header
EtcdPath.
-
etcdIsPrefix
public String etcdIsPrefix()
To apply an action on all the key-value pairs whose key that starts with the target path. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
EtcdIsPrefix.
-
etcdKeyCharset
public String etcdKeyCharset()
The charset to use for the keys. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
EtcdKeyCharset.
-
etcdValueCharset
public String etcdValueCharset()
The charset to use for the values. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
EtcdValueCharset.
-
-