Interface RestClientFactory
-
- All Superinterfaces:
Serializable
@Deprecated @PublicEvolving public interface RestClientFactory extends Serializable
Deprecated.This has been deprecated and will be removed in the future.A factory that is used to configure theRestHighLevelClientinternally used in theElasticsearchSink.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidconfigureRestClientBuilder(org.elasticsearch.client.RestClientBuilder restClientBuilder)Deprecated.Configures the rest client builder.
-