クラス HazelcastHealthContributorAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration<HealthContributor,I,B>
org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration<HazelcastHealthIndicator,com.hazelcast.core.HazelcastInstance>
org.springframework.boot.actuate.autoconfigure.hazelcast.HazelcastHealthContributorAutoConfiguration
@AutoConfiguration(after=HazelcastAutoConfiguration.class)
@ConditionalOnClass(com.hazelcast.core.HazelcastInstance.class)
@ConditionalOnBean(com.hazelcast.core.HazelcastInstance.class)
@ConditionalOnEnabledHealthIndicator("hazelcast")
public class HazelcastHealthContributorAutoConfiguration
extends CompositeHealthContributorConfiguration<HazelcastHealthIndicator,com.hazelcast.core.HazelcastInstance>
- 導入:
- 2.2.0
- 作成者:
- Dmytro Nosan
コンストラクターのサマリー
方法の概要
修飾子と型メソッド説明hazelcastHealthContributor
(MapSE<StringSE, com.hazelcast.core.HazelcastInstance> hazelcastInstances) クラス org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration から継承されたメソッド
createComposite
クラス org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration から継承されたメソッド
createContributor, createIndicator
コンストラクターの詳細
HazelcastHealthContributorAutoConfiguration
public HazelcastHealthContributorAutoConfiguration()
メソッドの詳細
hazelcastHealthContributor
@Bean @ConditionalOnMissingBean(name={"hazelcastHealthIndicator","hazelcastHealthContributor"}) public HealthContributor hazelcastHealthContributor(MapSE<StringSE, com.hazelcast.core.HazelcastInstance> hazelcastInstances)