Annotation Type ElasticsearchClientConfig
-
@Qualifier @Target({FIELD,TYPE,PARAMETER}) @Retention(RUNTIME) public @interface ElasticsearchClientConfig
Annotate implementations oforg.elasticsearch.client.RestClientBuilder.HttpClientConfigCallbackto provide further configuration of injected ElasticsearchRestClientYou may provide multiple implementations each annotated withElasticsearchClientConfigand configuration provided by each implementation will be applied in a randomly ordered cascading manner