I have wrapped the RestHighLevelClient in another class like that:
public class ElasticSearchClient { private final RestHighLevelClient client; ...