@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=com.hazelcast.core.HazelcastInstance.class) @ConditionalOnBean(value=com.hazelcast.core.HazelcastInstance.class) @ConditionalOnEnabledHealthIndicator(value="hazelcast") @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration.class) public class HazelcastHealthContributorAutoConfiguration extends CompositeHealthContributorConfiguration<org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator,com.hazelcast.core.HazelcastInstance>
Auto-configuration for
HazelcastHealthIndicator.| Constructor and Description |
|---|
HazelcastHealthContributorAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.HealthContributor |
hazelcastHealthContributor(java.util.Map<java.lang.String,com.hazelcast.core.HazelcastInstance> hazelcastInstances) |
createCompositecreateContributor, createIndicatorpublic HazelcastHealthContributorAutoConfiguration()
@Bean
@ConditionalOnMissingBean(name={"hazelcastHealthIndicator","hazelcastHealthContributor"})
public org.springframework.boot.actuate.health.HealthContributor hazelcastHealthContributor(java.util.Map<java.lang.String,com.hazelcast.core.HazelcastInstance> hazelcastInstances)