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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ApiHealthIndicator
public ApiHealthIndicator()
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-
getHealth
public org.springframework.boot.actuate.health.Health getHealth(boolean includeDetails) - Specified by:
getHealthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-