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 Details

    • databaseUrl

      String databaseUrl
      The database url.
    • databaseUser

      String databaseUser
      The database user.
    • databasePassword

      String databasePassword
      The database password.
  • Constructor Details

    • KukenbankHealthCheck

      public KukenbankHealthCheck()
  • Method Details

    • health

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

      public void setApplicationProperties() throws IOException
      Sets properties.
      Throws:
      IOException - Signals that an I/O exception has occurred.