Annotation Type OpenSearchClientConfig


  • @Qualifier
    @Target({FIELD,TYPE,PARAMETER})
    @Retention(RUNTIME)
    public @interface OpenSearchClientConfig
    Annotate implementations of org.opensearch.client.RestClientBuilder.HttpClientConfigCallback to provide further configuration of injected OpenSearch RestClient You may provide multiple implementations each annotated with OpenSearchClientConfig and configuration provided by each implementation will be applied in a randomly ordered cascading manner