Class LivenessCheck
java.lang.Object
com.ammann.servicemanager.health.LivenessCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Liveness
public class LivenessCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
MicroProfile Health liveness probe for the service manager application.
Always reports the application as alive. Container-level health monitoring
is performed separately by ContainerMonitorService.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LivenessCheck
public LivenessCheck()
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-