Fixes Typo ElasticsearchHttpClientConfigurationCallback.

Original Pull Request #2790
Closes #2792
This commit is contained in:
Patrick Baumgartner 2023-12-08 10:27:23 +01:00 committed by GitHub
parent 4edf9bee41
commit 72e8f41de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ ClientConfiguration clientConfiguration = ClientConfiguration.builder()
return headers; return headers;
}) })
.withClientConfigurer( <.> .withClientConfigurer( <.>
ElasticsearchClientConfigurationCallback.from(clientBuilder -> { ElasticsearchHttpClientConfigurationCallback.from(clientBuilder -> {
// ... // ...
return clientBuilder; return clientBuilder;
})) }))