Class HazelcastHealthContributorAutoConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration<org.springframework.boot.actuate.health.HealthContributor,I,B>
org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration<org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator,com.hazelcast.core.HazelcastInstance>
org.springframework.boot.actuate.autoconfigure.hazelcast.HazelcastHealthContributorAutoConfiguration

@AutoConfiguration(after=org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration.class) @ConditionalOnClass(com.hazelcast.core.HazelcastInstance.class) @ConditionalOnBean(com.hazelcast.core.HazelcastInstance.class) @ConditionalOnEnabledHealthIndicator("hazelcast") public class HazelcastHealthContributorAutoConfiguration extends CompositeHealthContributorConfiguration<org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator,com.hazelcast.core.HazelcastInstance>
Auto-configuration for HazelcastHealthIndicator.
Since:
2.2.0
  • Constructor Details

    • HazelcastHealthContributorAutoConfiguration

      public HazelcastHealthContributorAutoConfiguration()
  • Method Details

    • hazelcastHealthContributor

      @Bean @ConditionalOnMissingBean(name={"hazelcastHealthIndicator","hazelcastHealthContributor"}) public org.springframework.boot.actuate.health.HealthContributor hazelcastHealthContributor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)