DATAES-789 - Make ElasticsearchRestTemplate.ClientCallback public.
Original PR: #425
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user