Class ElasticsearchClientFactoryImpl
java.lang.Object
org.hibernate.search.backend.elasticsearch.client.impl.ElasticsearchClientFactoryImpl
- All Implemented Interfaces:
ElasticsearchClientFactory
- Author:
- Gunnar Morling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider, Optional<ElasticsearchVersion> configuredVersion)
-
Constructor Details
-
ElasticsearchClientFactoryImpl
public ElasticsearchClientFactoryImpl()
-
-
Method Details
-
create
public ElasticsearchClientImplementor create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider, Optional<ElasticsearchVersion> configuredVersion) - Specified by:
createin interfaceElasticsearchClientFactory
-