クラス HazelcastHealthContributorAutoConfiguration

java.lang.ObjectSE
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,ConditionalOnEnabledHealthIndicator.class}) @ConditionalOnBean(com.hazelcast.core.HazelcastInstance.class) @ConditionalOnEnabledHealthIndicator("hazelcast") public class HazelcastHealthContributorAutoConfiguration extends CompositeHealthContributorConfiguration<HazelcastHealthIndicator, com.hazelcast.core.HazelcastInstance>
導入:
4.0.0
作成者:
Dmytro Nosan
  • コンストラクターの詳細

    • HazelcastHealthContributorAutoConfiguration

      public HazelcastHealthContributorAutoConfiguration()
  • メソッドの詳細

    • hazelcastHealthContributor

      @Bean @ConditionalOnMissingBean(name={"hazelcastHealthIndicator","hazelcastHealthContributor"}) public HealthContributor hazelcastHealthContributor(ConfigurableListableBeanFactory beanFactory)
    • createContributor

      protected final HealthContributor createContributor(ConfigurableListableBeanFactory beanFactory, ClassSE<com.hazelcast.core.HazelcastInstance> beanType)
      指定された beanFactory から取得された指定された beanType の Bean から複合コントリビュータを作成します。
      パラメーター:
      beanFactory - Bean が回収される Bean ファクトリ
      beanType - 取得される Bean の種類
      戻り値:
      コントリビューター
      導入:
      3.4.3
    • createContributor

      protected final HealthContributor createContributor(MapSE<StringSE, com.hazelcast.core.HazelcastInstance> beans)
    • createIndicator

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