Class ElasticsearchRestHealthContributorAutoConfiguration

java.lang.Object
org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration<ElasticsearchRestClientHealthIndicator, co.elastic.clients.transport.rest5_client.low_level.Rest5Client>
org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration

@AutoConfiguration(after=ElasticsearchRestClientAutoConfiguration.class) @ConditionalOnClass({co.elastic.clients.transport.rest5_client.low_level.Rest5Client.class,org.springframework.boot.health.autoconfigure.contributor.ConditionalOnEnabledHealthIndicator.class}) @ConditionalOnBean(co.elastic.clients.transport.rest5_client.low_level.Rest5Client.class) @ConditionalOnEnabledHealthIndicator("elasticsearch") public final class ElasticsearchRestHealthContributorAutoConfiguration extends org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration<ElasticsearchRestClientHealthIndicator, co.elastic.clients.transport.rest5_client.low_level.Rest5Client>
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final org.springframework.boot.health.contributor.HealthContributor
    createContributor(Map<String, co.elastic.clients.transport.rest5_client.low_level.Rest5Client> arg0)
     
    protected final org.springframework.boot.health.contributor.HealthContributor
    createContributor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory arg0, Class<co.elastic.clients.transport.rest5_client.low_level.Rest5Client> arg1)
     
    createIndicator(co.elastic.clients.transport.rest5_client.low_level.Rest5Client arg0)
     

    Methods inherited from class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration

    createComposite

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createContributor

      protected final org.springframework.boot.health.contributor.HealthContributor createContributor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory arg0, Class<co.elastic.clients.transport.rest5_client.low_level.Rest5Client> arg1)
    • createContributor

      protected final org.springframework.boot.health.contributor.HealthContributor createContributor(Map<String, co.elastic.clients.transport.rest5_client.low_level.Rest5Client> arg0)
    • createIndicator

      protected ElasticsearchRestClientHealthIndicator createIndicator(co.elastic.clients.transport.rest5_client.low_level.Rest5Client arg0)