Class ElasticsearchRestClientProducer
java.lang.Object
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchRestClientProducer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
destroy()
org.elasticsearch.client.RestClient
-
Field Details
-
config
-
-
Constructor Details
-
ElasticsearchRestClientProducer
public ElasticsearchRestClientProducer()
-
-
Method Details
-
restClient
@Produces @Singleton public org.elasticsearch.client.RestClient restClient() -
destroy
@PreDestroy void destroy()
-