Class ApiHealthIndicator

java.lang.Object
se.swedenconnect.bankid.idp.health.ApiHealthIndicator
All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

@Component public class ApiHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
Health check for the API.
Author:
Martin Lindström, Felix Hellman
  • Constructor Details

    • ApiHealthIndicator

      public ApiHealthIndicator()
  • Method Details

    • health

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

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