Uses of Interface
org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations.IndicesClientCallback
Packages that use ReactiveElasticsearchOperations.IndicesClientCallback
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
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 ReactiveElasticsearchOperations.IndicesClientCallback in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type ReactiveElasticsearchOperations.IndicesClientCallbackModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>ReactiveElasticsearchTemplate.executeWithIndicesClient(ReactiveElasticsearchOperations.IndicesClientCallback<org.reactivestreams.Publisher<T>> callback) -
Uses of ReactiveElasticsearchOperations.IndicesClientCallback in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type ReactiveElasticsearchOperations.IndicesClientCallbackModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>ReactiveElasticsearchTemplate.executeWithIndicesClient(ReactiveElasticsearchOperations.IndicesClientCallback<org.reactivestreams.Publisher<T>> callback) Deprecated. -
Uses of ReactiveElasticsearchOperations.IndicesClientCallback in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core with parameters of type ReactiveElasticsearchOperations.IndicesClientCallbackModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>ReactiveElasticsearchOperations.executeWithIndicesClient(ReactiveElasticsearchOperations.IndicesClientCallback<org.reactivestreams.Publisher<T>> callback) Execute within aReactiveElasticsearchOperations.IndicesClientCallbackmanaging resources and translating errors.