Uses of Interface
org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate.ClientCallback
Packages that use ElasticsearchTemplate.ClientCallback
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of ElasticsearchTemplate.ClientCallback in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type ElasticsearchTemplate.ClientCallbackModifier and TypeMethodDescription<T> TElasticsearchTemplate.execute(ElasticsearchTemplate.ClientCallback<T> callback) Execute a callback with theElasticsearchClientand provide exception translation.