Interface ClientConfiguration.ClientConfigurationCallback<T>
- Type Parameters:
T
- the type of the client configuration class.
- All Known Subinterfaces:
ElasticsearchClients.ElasticsearchHttpClientConfigurationCallback
,ElasticsearchClients.ElasticsearchRestClientConfigurationCallback
,ReactiveRestClients.WebClientConfigurationCallback
,RestClients.RestClientConfigurationCallback
- Enclosing interface:
- ClientConfiguration
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback to be executed to configure a client.
- Since:
- 4.3
-
Method Summary
-
Method Details
-
configure
-