Class RepoHealthIndicator

  • All Implemented Interfaces:
    org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

    @Component
    public class RepoHealthIndicator
    extends Object
    implements org.springframework.boot.actuate.health.HealthIndicator
    Check if database is up and available. Indicator send query for countObjects(SystemConfigurationType.class)
    Author:
    skublik
    • Constructor Detail

      • RepoHealthIndicator

        public RepoHealthIndicator()
    • Method Detail

      • health

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