Class Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder
- Enclosing interface:
Etcd3EndpointBuilderFactory
The builder of headers' name for the Etcd v3 component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe action to perform.To apply an action on all the key-value pairs whose key that starts with the target path.The charset to use for the keys.etcdPath()The target path.The charset to use for the values.
-
Constructor Details
-
Etcd3HeaderNameBuilder
public Etcd3HeaderNameBuilder()
-
-
Method Details
-
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
The target path. The option is a:Stringtype. Group: common- Returns:
- the name of the header
EtcdPath.
-
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
The charset to use for the keys. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
EtcdKeyCharset.
-
etcdValueCharset
The charset to use for the values. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
EtcdValueCharset.
-