public interface ElasticSearchClientProvider
If you want to provide client object to be used to perform elastic search
operations, you can provide implementation of this interface. In order your
implementation take effect, it needs to be registered using property
`elasticsearch.client.provider` with fully qualified class name.
- Author:
- chirag.jayswal