Uses of Interface
org.springframework.data.elasticsearch.client.erhlc.ElasticsearchRestTemplate.ClientCallback
Packages that use ElasticsearchRestTemplate.ClientCallback
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 ElasticsearchRestTemplate.ClientCallback in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type ElasticsearchRestTemplate.ClientCallbackModifier and TypeMethodDescription<T> TElasticsearchRestTemplate.execute(ElasticsearchRestTemplate.ClientCallback<T> callback) Deprecated.Execute a callback with theRestHighLevelClient