Class ElasticsearchJavaClientProducer
- java.lang.Object
-
- io.quarkus.elasticsearch.javaclient.runtime.ElasticsearchJavaClientProducer
-
@ApplicationScoped public class ElasticsearchJavaClientProducer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) com.fasterxml.jackson.databind.ObjectMapper
objectMapper
(package private) org.elasticsearch.client.RestClient
restClient
-
Constructor Summary
Constructors Constructor Description ElasticsearchJavaClientProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description co.elastic.clients.elasticsearch.ElasticsearchAsyncClient
asyncClient()
co.elastic.clients.elasticsearch.ElasticsearchClient
blockingClient()
(package private) void
destroy()
(package private) void
initTransport()
-
-
-
Method Detail
-
initTransport
@PostConstruct void initTransport()
-
blockingClient
@Produces @Singleton public co.elastic.clients.elasticsearch.ElasticsearchClient blockingClient()
-
asyncClient
@Produces @Singleton public co.elastic.clients.elasticsearch.ElasticsearchAsyncClient asyncClient()
-
destroy
@PreDestroy void destroy()
-
-