Class HealthContributorMembershipValidator

java.lang.Object
org.springframework.boot.health.autoconfigure.contributor.HealthContributorMembershipValidator
All Implemented Interfaces:
org.springframework.beans.factory.SmartInitializingSingleton

public class HealthContributorMembershipValidator extends Object implements org.springframework.beans.factory.SmartInitializingSingleton
SmartInitializingSingleton that validates health membership, throwing a FailureAnalyzedException if an included or excluded contributor does not exist. This implementation supports the same include/exclude patterns as HealthContributorMembership.byIncludeExclude(Set, Set)
Since:
4.1.0
  • Constructor Details

  • Method Details

    • afterSingletonsInstantiated

      public void afterSingletonsInstantiated()
      Specified by:
      afterSingletonsInstantiated in interface org.springframework.beans.factory.SmartInitializingSingleton