Uses of Interface
org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Packages that use ReactiveElasticsearchClient
Package
Description
-
Uses of ReactiveElasticsearchClient in org.springframework.data.elasticsearch.client.reactive
Classes in org.springframework.data.elasticsearch.client.reactive that implement ReactiveElasticsearchClientModifier and TypeClassDescriptionclassAWebClientbasedReactiveElasticsearchClientthat connects to an Elasticsearch cluster using HTTP.Methods in org.springframework.data.elasticsearch.client.reactive that return ReactiveElasticsearchClientModifier and TypeMethodDescriptionstatic ReactiveElasticsearchClientDefaultReactiveElasticsearchClient.create(ClientConfiguration clientConfiguration) Create a newDefaultReactiveElasticsearchClientgivenClientConfiguration.static ReactiveElasticsearchClientDefaultReactiveElasticsearchClient.create(ClientConfiguration clientConfiguration, RequestCreator requestCreator) static ReactiveElasticsearchClientDefaultReactiveElasticsearchClient.create(HttpHeaders headers, String... hosts) Create a newDefaultReactiveElasticsearchClientaware of the given nodes in the cluster.static ReactiveElasticsearchClientReactiveRestClients.create(ClientConfiguration clientConfiguration) Start here to create a new client tailored to your needs.static ReactiveElasticsearchClientReactiveRestClients.create(ClientConfiguration clientConfiguration, RequestCreator requestCreator) Start here to create a new client tailored to your needs. -
Uses of ReactiveElasticsearchClient in org.springframework.data.elasticsearch.config
Methods in org.springframework.data.elasticsearch.config that return ReactiveElasticsearchClientModifier and TypeMethodDescriptionabstract ReactiveElasticsearchClientAbstractReactiveElasticsearchConfiguration.reactiveElasticsearchClient()Return theReactiveElasticsearchClientinstance used to connect to the cluster.Methods in org.springframework.data.elasticsearch.config with parameters of type ReactiveElasticsearchClientModifier and TypeMethodDescriptionAbstractReactiveElasticsearchConfiguration.reactiveElasticsearchTemplate(ElasticsearchConverter elasticsearchConverter, ReactiveElasticsearchClient reactiveElasticsearchClient) CreatesReactiveElasticsearchOperations. -
Uses of ReactiveElasticsearchClient in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ReactiveElasticsearchClientModifier and TypeMethodDescriptionprotected ReactiveElasticsearchClientReactiveElasticsearchTemplate.getClient()Obtain theReactiveElasticsearchClientto operate upon.Methods in org.springframework.data.elasticsearch.core with parameters of type ReactiveElasticsearchClientModifier and TypeMethodDescriptionReactiveElasticsearchOperations.ClientCallback.doWithClient(ReactiveElasticsearchClient client) Constructors in org.springframework.data.elasticsearch.core with parameters of type ReactiveElasticsearchClientModifierConstructorDescriptionReactiveElasticsearchTemplate(ReactiveElasticsearchClient client, ElasticsearchConverter converter)