Annotation Interface ElasticsearchClientConfig
@Qualifier
@Target({FIELD,TYPE,PARAMETER})
@Retention(RUNTIME)
public @interface ElasticsearchClientConfig
Annotate implementations of
org.elasticsearch.client.RestClientBuilder.HttpClientConfigCallback
to provide further
configuration of injected Elasticsearch RestClient
You may provide multiple implementations each annotated with
ElasticsearchClientConfig
and configuration provided by each implementation will be applied in a randomly ordered
cascading manner-
Nested Class Summary
Nested Classes