Uses of Interface
org.springframework.data.elasticsearch.client.erhlc.RequestCreator
Packages that use RequestCreator
Package
Description
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of RequestCreator in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type RequestCreatorModifier and TypeMethodDescriptionstatic ReactiveElasticsearchClientDefaultReactiveElasticsearchClient.create(ClientConfiguration clientConfiguration, RequestCreator requestCreator) Deprecated.static ReactiveElasticsearchClientReactiveRestClients.create(ClientConfiguration clientConfiguration, RequestCreator requestCreator) Deprecated.Start here to create a new client tailored to your needs.Constructors in org.springframework.data.elasticsearch.client.erhlc with parameters of type RequestCreatorModifierConstructorDescriptionDefaultReactiveElasticsearchClient(HostProvider<?> hostProvider, RequestCreator requestCreator) Deprecated.Create a newDefaultReactiveElasticsearchClientusing the givenHostProviderto obtain server connections and the givenRequestCreator.