Class HSMHealthCheck

java.lang.Object
io.mosip.kernel.keymanager.hsm.health.HSMHealthCheck
All Implemented Interfaces:
org.springframework.boot.actuate.health.ReactiveHealthContributor, org.springframework.boot.actuate.health.ReactiveHealthIndicator

@Component("HSMHealth") public class HSMHealthCheck extends Object implements org.springframework.boot.actuate.health.ReactiveHealthIndicator
Health Check for HSM server.
Since:
1.2.1
Author:
Mahammed Taheer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.boot.actuate.health.ReactiveHealthIndicator

    getHealth
  • Constructor Details

    • HSMHealthCheck

      public HSMHealthCheck()
  • Method Details

    • health

      public reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> health()
      Specified by:
      health in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator