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