クラス HazelcastHealthContributorAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration<HazelcastHealthIndicator, com.hazelcast.core.HazelcastInstance>
org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration
@AutoConfiguration(after=HazelcastAutoConfiguration.class)
@ConditionalOnClass({com.hazelcast.core.HazelcastInstance.class,ConditionalOnEnabledHealthIndicator.class})
@ConditionalOnBean(com.hazelcast.core.HazelcastInstance.class)
@ConditionalOnEnabledHealthIndicator("hazelcast")
public class HazelcastHealthContributorAutoConfiguration
extends CompositeHealthContributorConfiguration<HazelcastHealthIndicator, com.hazelcast.core.HazelcastInstance>
- 導入:
- 4.0.0
- 作成者:
- Dmytro Nosan
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected final HealthContributor
createContributor
(MapSE<StringSE, com.hazelcast.core.HazelcastInstance> beans) protected final HealthContributor
createContributor
(ConfigurableListableBeanFactory beanFactory, ClassSE<com.hazelcast.core.HazelcastInstance> beanType) 指定されたbeanFactory
から取得された指定されたbeanType
の Bean から複合コントリビュータを作成します。protected HazelcastHealthIndicator
createIndicator
(com.hazelcast.core.HazelcastInstance bean) クラス org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration から継承されたメソッド
createComposite
コンストラクターの詳細
HazelcastHealthContributorAutoConfiguration
public HazelcastHealthContributorAutoConfiguration()
メソッドの詳細
hazelcastHealthContributor
@Bean @ConditionalOnMissingBean(name={"hazelcastHealthIndicator","hazelcastHealthContributor"}) public HealthContributor hazelcastHealthContributor(ConfigurableListableBeanFactory beanFactory) createContributor
protected final HealthContributor createContributor(ConfigurableListableBeanFactory beanFactory, ClassSE<com.hazelcast.core.HazelcastInstance> beanType) 指定されたbeanFactory
から取得された指定されたbeanType
の Bean から複合コントリビュータを作成します。- パラメーター:
beanFactory
- Bean が回収される Bean ファクトリbeanType
- 取得される Bean の種類- 戻り値:
- コントリビューター
- 導入:
- 3.4.3
createContributor
protected final HealthContributor createContributor(MapSE<StringSE, com.hazelcast.core.HazelcastInstance> beans) createIndicator