Interface ElasticsearchClientFactory
-
public interface ElasticsearchClientFactory
Creates the Elasticsearch client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchClientImplementor
create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, ScheduledExecutorService timeoutExecutorService, GsonProvider gsonProvider)
-
-
-
Method Detail
-
create
ElasticsearchClientImplementor create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, ScheduledExecutorService timeoutExecutorService, GsonProvider gsonProvider)
-
-