Class DatabaseHealthCheck
- java.lang.Object
-
- org.gcube.application.geoportal.service.rest.health.DatabaseHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @Liveness public class DatabaseHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
The Class DatabaseHealthCheck.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Oct 23, 2024
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description DatabaseHealthCheck(String context)Instantiates a new database health check.
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DatabaseHealthCheck
public DatabaseHealthCheck(String context)
Instantiates a new database health check.- Parameters:
context- the context
-
-