Class ElasticSearchReactiveHealthContributorAutoConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration<ReactiveHealthContributor,I,B>
org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration<ElasticsearchReactiveHealthIndicator,org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient>
org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchReactiveHealthContributorAutoConfiguration

@AutoConfiguration(after=ReactiveElasticsearchRestClientAutoConfiguration.class) @ConditionalOnClass({org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.class,reactor.core.publisher.Flux.class}) @ConditionalOnBean(org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.class) @ConditionalOnEnabledHealthIndicator("elasticsearch") public class ElasticSearchReactiveHealthContributorAutoConfiguration extends CompositeReactiveHealthContributorConfiguration<ElasticsearchReactiveHealthIndicator,org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient>
Auto-configuration for ElasticsearchReactiveHealthIndicator using the ReactiveElasticsearchClient.
Since:
2.3.2
Author:
Aleksander Lech
  • Constructor Details

    • ElasticSearchReactiveHealthContributorAutoConfiguration

      public ElasticSearchReactiveHealthContributorAutoConfiguration()
  • Method Details