mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-24 04:52:12 +00:00
Make org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate.ClientCallback public.
Original Pull Request #2815 Closes #2814 (cherry picked from commit 260dadd4d648b87dda5d18cc90ae457cce497735)
This commit is contained in:
parent
0d4e8ad6eb
commit
e2e6b5005b
@ -620,7 +620,7 @@ public class ReactiveElasticsearchTemplate extends AbstractReactiveElasticsearch
|
|||||||
*
|
*
|
||||||
* @param <T>
|
* @param <T>
|
||||||
*/
|
*/
|
||||||
interface ClientCallback<T extends Publisher<?>> {
|
public interface ClientCallback<T extends Publisher<?>> {
|
||||||
|
|
||||||
T doWithClient(ReactiveElasticsearchClient client);
|
T doWithClient(ReactiveElasticsearchClient client);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user