Interface ElasticsearchHttpClientConfigurationContext
-
public interface ElasticsearchHttpClientConfigurationContextThe context passed toElasticsearchHttpClientConfigurer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanResolverbeanResolver()org.apache.http.impl.nio.client.HttpAsyncClientBuilderclientBuilder()ConfigurationPropertySourceconfigurationPropertySource()
-
-
-
Method Detail
-
beanResolver
BeanResolver beanResolver()
- Returns:
- A
BeanResolver.
-
configurationPropertySource
ConfigurationPropertySource configurationPropertySource()
- Returns:
- A configuration property source, appropriately masked so that the factory doesn't need to care about Hibernate Search prefixes (hibernate.search.*, etc.). All the properties can be accessed at the root. CAUTION: the property key "type" is reserved for use by the engine.
-
clientBuilder
org.apache.http.impl.nio.client.HttpAsyncClientBuilder clientBuilder()
- Returns:
- An Apache HTTP client builder, to set the configuration.
- See Also:
- the Apache HTTP Client documentation
-
-