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 -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> health()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.ReactiveHealthIndicator
getHealth
-
Constructor Details
-
HSMHealthCheck
public HSMHealthCheck()
-
-
Method Details
-
health
public reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.ReactiveHealthIndicator
-