Class DataRedisHealthContributorAutoConfiguration

java.lang.Object
org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration<DataRedisHealthIndicator, org.springframework.data.redis.connection.RedisConnectionFactory>
org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration

@AutoConfiguration(after={DataRedisAutoConfiguration.class,DataRedisReactiveHealthContributorAutoConfiguration.class}) @ConditionalOnClass({org.springframework.data.redis.connection.RedisConnectionFactory.class,org.springframework.boot.health.contributor.HealthIndicator.class,org.springframework.boot.health.autoconfigure.contributor.ConditionalOnEnabledHealthIndicator.class}) @ConditionalOnBean(org.springframework.data.redis.connection.RedisConnectionFactory.class) @ConditionalOnEnabledHealthIndicator("redis") public final class DataRedisHealthContributorAutoConfiguration extends org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration<DataRedisHealthIndicator, org.springframework.data.redis.connection.RedisConnectionFactory>
Auto-configuration for DataRedisHealthIndicator.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final org.springframework.boot.health.contributor.HealthContributor
    createContributor(Map<String, org.springframework.data.redis.connection.RedisConnectionFactory> arg0)
     
    protected final org.springframework.boot.health.contributor.HealthContributor
    createContributor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory arg0, Class<org.springframework.data.redis.connection.RedisConnectionFactory> arg1)
     
    createIndicator(org.springframework.data.redis.connection.RedisConnectionFactory 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<org.springframework.data.redis.connection.RedisConnectionFactory> arg1)
    • createContributor

      protected final org.springframework.boot.health.contributor.HealthContributor createContributor(Map<String, org.springframework.data.redis.connection.RedisConnectionFactory> arg0)
    • createIndicator

      protected DataRedisHealthIndicator createIndicator(org.springframework.data.redis.connection.RedisConnectionFactory arg0)