Uses of Interface
org.springframework.data.elasticsearch.client.reactive.RequestCreator
Packages that use RequestCreator
-
Uses of RequestCreator in org.springframework.data.elasticsearch.client.reactive
Methods in org.springframework.data.elasticsearch.client.reactive with parameters of type RequestCreatorModifier and TypeMethodDescriptionstatic ReactiveElasticsearchClientDefaultReactiveElasticsearchClient.create(ClientConfiguration clientConfiguration, RequestCreator requestCreator) static ReactiveElasticsearchClientReactiveRestClients.create(ClientConfiguration clientConfiguration, RequestCreator requestCreator) Start here to create a new client tailored to your needs.Constructors in org.springframework.data.elasticsearch.client.reactive with parameters of type RequestCreatorModifierConstructorDescriptionDefaultReactiveElasticsearchClient(HostProvider<?> hostProvider, RequestCreator requestCreator) Create a newDefaultReactiveElasticsearchClientusing the givenHostProviderto obtain server connections and the givenRequestCreator.