Interface ElasticsearchClientImplementor
-
- All Superinterfaces:
AutoCloseable
,ElasticsearchClient
public interface ElasticsearchClientImplementor extends ElasticsearchClient, AutoCloseable
An interface allowing to close anElasticsearchClient
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.client.spi.ElasticsearchClient
submit, unwrap
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-