クラス DataRedisReactiveHealthContributorAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration<DataRedisReactiveHealthIndicator, org.springframework.data.redis.connection.ReactiveRedisConnectionFactory>
org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration

@AutoConfiguration(after=DataRedisReactiveAutoConfiguration.class) @ConditionalOnClass({org.springframework.data.redis.connection.ReactiveRedisConnectionFactory.class,reactor.core.publisher.Flux.class,ReactiveHealthIndicator.class,ConditionalOnEnabledHealthIndicator.class}) @ConditionalOnBean(org.springframework.data.redis.connection.ReactiveRedisConnectionFactory.class) @ConditionalOnEnabledHealthIndicator("redis") public final class DataRedisReactiveHealthContributorAutoConfiguration extends CompositeReactiveHealthContributorConfiguration<DataRedisReactiveHealthIndicator, org.springframework.data.redis.connection.ReactiveRedisConnectionFactory>
導入:
4.0.0
作成者:
Christian Dupuis, Richard Santana, Stephane Nicoll, Mark Paluch
  • 方法の詳細

    • createContributor

      protected final ReactiveHealthContributor createContributor(ConfigurableListableBeanFactory beanFactory, ClassSE<org.springframework.data.redis.connection.ReactiveRedisConnectionFactory> beanType)
      指定された beanFactory から取得された指定された beanType の Bean から複合コントリビュータを作成します。
      パラメーター:
      beanFactory - Bean が回収される Bean ファクトリ
      beanType - 取得される Bean の種類
      戻り値:
      コントリビューター
    • createContributor

      protected final ReactiveHealthContributor createContributor(MapSE<StringSE, org.springframework.data.redis.connection.ReactiveRedisConnectionFactory> beans)
    • createIndicator

      protected DataRedisReactiveHealthIndicator createIndicator(org.springframework.data.redis.connection.ReactiveRedisConnectionFactory bean)