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 the RestHighLevelClient internally used in the ElasticsearchSink.
    • Method Detail

      • configureRestClientBuilder

        void configureRestClientBuilder​(org.elasticsearch.client.RestClientBuilder restClientBuilder)
        Deprecated.
        Configures the rest client builder.
        Parameters:
        restClientBuilder - the configured rest client builder.