Class KukenbankHealthCheck
java.lang.Object
es.kukenan.smartfi.microservice.onboarding.health.KukenbankHealthCheck
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
- Direct Known Subclasses:
DatabaseConnectionHealthCheck
@Component
public class KukenbankHealthCheck
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
Kukenbank Health Check.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.Healthhealth()voidSets properties.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Field Details
-
Constructor Details
-
KukenbankHealthCheck
public KukenbankHealthCheck()
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-
setApplicationProperties
Sets properties.- Throws:
IOException- Signals that an I/O exception has occurred.
-