Class HazelcastHealthContributorAutoConfiguration

java.lang.Object
org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration<HazelcastHealthIndicator, com.hazelcast.core.HazelcastInstance>
org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration

@AutoConfiguration(after=HazelcastAutoConfiguration.class) @ConditionalOnClass({com.hazelcast.core.HazelcastInstance.class,org.springframework.boot.health.autoconfigure.contributor.ConditionalOnEnabledHealthIndicator.class}) @ConditionalOnBean(com.hazelcast.core.HazelcastInstance.class) @ConditionalOnEnabledHealthIndicator("hazelcast") public final class HazelcastHealthContributorAutoConfiguration extends org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration<HazelcastHealthIndicator, com.hazelcast.core.HazelcastInstance>
Auto-configuration for HazelcastHealthIndicator.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final org.springframework.boot.health.contributor.HealthContributor
    createContributor(Map<String, com.hazelcast.core.HazelcastInstance> arg0)
     
    protected final org.springframework.boot.health.contributor.HealthContributor
    createContributor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory arg0, Class<com.hazelcast.core.HazelcastInstance> arg1)
     
    createIndicator(com.hazelcast.core.HazelcastInstance arg0)
     

    Methods inherited from class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration

    createComposite

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createContributor

      protected final org.springframework.boot.health.contributor.HealthContributor createContributor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory arg0, Class<com.hazelcast.core.HazelcastInstance> arg1)
    • createContributor

      protected final org.springframework.boot.health.contributor.HealthContributor createContributor(Map<String, com.hazelcast.core.HazelcastInstance> arg0)
    • createIndicator

      protected HazelcastHealthIndicator createIndicator(com.hazelcast.core.HazelcastInstance arg0)