クラス 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 final class HazelcastHealthContributorAutoConfiguration extends CompositeHealthContributorConfiguration<HazelcastHealthIndicator, com.hazelcast.core.HazelcastInstance>
導入:
4.0.0
作成者:
Dmytro Nosan
  • メソッドの詳細

    • createContributor

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

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

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