Class DbHealthIndicator

java.lang.Object
com.sap.cloud.spring.boot.mt.config.DbHealthIndicator
All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

@Configuration("dbHealthIndicator") @ConfigurationProperties("com.sap.mt") @ConditionalOnClass(org.springframework.boot.actuate.health.HealthIndicator.class) @ConditionalOnProperty(name="com.sap.mt.enabled", matchIfMissing=true) @ConditionalOnEnabledHealthIndicator("db") public class DbHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
  • Constructor Details

  • Method Details

    • health

      public org.springframework.boot.actuate.health.Health health()
      Specified by:
      health in interface org.springframework.boot.actuate.health.HealthIndicator
    • setHealthDummySelect

      public void setHealthDummySelect(String healthDummySelect)