Uses of Interface
org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations.ClusterClientCallback
Packages that use ReactiveElasticsearchOperations.ClusterClientCallback
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.ClusterClientCallback in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type ReactiveElasticsearchOperations.ClusterClientCallbackModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>ReactiveElasticsearchTemplate.executeWithClusterClient(ReactiveElasticsearchOperations.ClusterClientCallback<org.reactivestreams.Publisher<T>> callback) -
Uses of ReactiveElasticsearchOperations.ClusterClientCallback in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type ReactiveElasticsearchOperations.ClusterClientCallbackModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>ReactiveElasticsearchTemplate.executeWithClusterClient(ReactiveElasticsearchOperations.ClusterClientCallback<org.reactivestreams.Publisher<T>> callback) Deprecated. -
Uses of ReactiveElasticsearchOperations.ClusterClientCallback in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core with parameters of type ReactiveElasticsearchOperations.ClusterClientCallbackModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T>ReactiveElasticsearchOperations.executeWithClusterClient(ReactiveElasticsearchOperations.ClusterClientCallback<org.reactivestreams.Publisher<T>> callback) Execute within aReactiveElasticsearchOperations.ClusterClientCallbackmanaging resources and translating errors.