Class ElasticsearchRestClientProperties

java.lang.Object
org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientProperties

@ConfigurationProperties(prefix="spring.elasticsearch.restclient") public class ElasticsearchRestClientProperties extends Object
Configuration properties specific to Elasticsearch's RestClient and RestHighLevelClient.
Since:
2.1.0
Author:
Brian Clozel