Class HazelcastHealthContributorAutoConfiguration
java.lang.Object
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>
- Since:
- 2.2.0
- Author:
- Dmytro Nosan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhazelcastHealthContributor
(Map<String, com.hazelcast.core.HazelcastInstance> hazelcastInstances) Methods inherited from class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
createComposite
Methods inherited from class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
createContributor, createIndicator
-
Constructor Details
-
HazelcastHealthContributorAutoConfiguration
public HazelcastHealthContributorAutoConfiguration()
-
-
Method Details
-
hazelcastHealthContributor
@Bean @ConditionalOnMissingBean(name={"hazelcastHealthIndicator","hazelcastHealthContributor"}) public HealthContributor hazelcastHealthContributor(Map<String, com.hazelcast.core.HazelcastInstance> hazelcastInstances)
-