default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.basic() |
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.endpoints(String endpoints) |
Configure etcd server endpoints using the IPNameResolver.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.endpoints(String[] endpoints) |
Configure etcd server endpoints using the IPNameResolver.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.keyCharset(String keyCharset) |
Configure the charset to use for the keys.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.namespace(String namespace) |
Configure the namespace of keys used.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.password(String password) |
Configure etcd auth password.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.prefix(boolean prefix) |
To apply an action on all the key-value pairs whose key that starts
with the target path.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.prefix(String prefix) |
To apply an action on all the key-value pairs whose key that starts
with the target path.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.servicePath(String servicePath) |
The path to look for service discovery.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.userName(String userName) |
Configure etcd auth user.
|
default Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder |
Etcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.valueCharset(String valueCharset) |
Configure the charset to use for the values.
|