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