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