Interface ElasticsearchClientFactory
-
public interface ElasticsearchClientFactoryCreates the Elasticsearch client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchClientImplementorcreate(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)
-
-