@ConfigurationProperties(prefix="spring.elasticsearch.rest") public class RestClientProperties extends Object
| Constructor and Description |
|---|
RestClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
List<String> |
getUris() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUris(List<String> uris) |
void |
setUsername(String username) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.