@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=com.hazelcast.core.HazelcastInstance.class) @ConditionalOnBean(value=com.hazelcast.core.HazelcastInstance.class) @ConditionalOnEnabledHealthIndicator(value="hazelcast") @AutoConfigureAfter(value=HazelcastAutoConfiguration.class) public class HazelcastHealthContributorAutoConfiguration extends CompositeHealthContributorConfiguration<HazelcastHealthIndicator,com.hazelcast.core.HazelcastInstance>
| コンストラクターと説明 |
|---|
HazelcastHealthContributorAutoConfiguration() |
| 修飾子と型 | メソッドと説明 |
|---|---|
HealthContributor | hazelcastHealthContributor(MapSE<StringSE,com.hazelcast.core.HazelcastInstance> hazelcastInstances) |
createCompositecreateContributor, createIndicatorcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic HazelcastHealthContributorAutoConfiguration()
@Bean @ConditionalOnMissingBean(name={"hazelcastHealthIndicator","hazelcastHealthContributor"}) public HealthContributor hazelcastHealthContributor(MapSE<StringSE,com.hazelcast.core.HazelcastInstance> hazelcastInstances)