Interface ElasticsearchClientFactory
public interface ElasticsearchClientFactory
Creates the Elasticsearch client.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider, Optional<ElasticsearchVersion> configuredVersion)
-
Method Details
-
create
ElasticsearchClientImplementor create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider, Optional<ElasticsearchVersion> configuredVersion)
-