クラス 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
方法の概要
修飾子と型メソッド説明protected final ReactiveHealthContributorcreateContributor(MapSE<StringSE, org.springframework.data.redis.connection.ReactiveRedisConnectionFactory> beans) protected final ReactiveHealthContributorcreateContributor(ConfigurableListableBeanFactory beanFactory, ClassSE<org.springframework.data.redis.connection.ReactiveRedisConnectionFactory> beanType) 指定されたbeanFactoryから取得された指定されたbeanTypeの Bean から複合コントリビュータを作成します。protected DataRedisReactiveHealthIndicatorcreateIndicator(org.springframework.data.redis.connection.ReactiveRedisConnectionFactory bean) クラス CompositeReactiveHealthContributorConfiguration から継承されたメソッド
createComposite
方法の詳細
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)