mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-05-31 09:12:11 +00:00
DATAES-789 - Make ElasticsearchRestTemplate.ClientCallback public.
Original PR: #425
This commit is contained in:
parent
771d8fb5e7
commit
41fffc0fa5
@ -320,7 +320,7 @@ public class ElasticsearchRestTemplate extends AbstractElasticsearchTemplate {
|
||||
* @since 4.0
|
||||
*/
|
||||
@FunctionalInterface
|
||||
interface ClientCallback<T> {
|
||||
public interface ClientCallback<T> {
|
||||
T doWithClient(RestHighLevelClient client) throws IOException;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user