Skip to content

Commit

Permalink
Make org.springframework.data.elasticsearch.client.elc.ReactiveElast…
Browse files Browse the repository at this point in the history
…icsearchTemplate.ClientCallback public.

Original Pull Request #2815
Closes #2814

(cherry picked from commit 260dadd)
  • Loading branch information
sothawo committed Dec 29, 2023
1 parent 0d4e8ad commit e2e6b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ public BaseQueryBuilder queryBuilderWithIds(List<String> ids) {
*
* @param <T>
*/
interface ClientCallback<T extends Publisher<?>> {
public interface ClientCallback<T extends Publisher<?>> {

T doWithClient(ReactiveElasticsearchClient client);
}
Expand Down

0 comments on commit e2e6b50

Please sign in to comment.