Class VerificationServiceHealthIndicator

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

    @Component
    public class VerificationServiceHealthIndicator
    extends Object
    implements org.springframework.boot.actuate.health.HealthIndicator
    Health indicator exposed in the readiness probe of the application. Fires NULL UUID tan to the verification service, and checks that the response code is 2xx or 404, else sets health to down, and marks application as not ready for requests.
    • Method Detail

      • health

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