Class UriResolverHealthCheck
- java.lang.Object
-
- org.gcube.datatransfer.resolver.services.UriResolverHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Path("health") public class UriResolverHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheckThe Class UriResolverHealthCheck.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Oct 15, 2024
-
-
Constructor Summary
Constructors Constructor Description UriResolverHealthCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.health.HealthCheckResponsecall()Call.javax.ws.rs.core.Responsecheck()
-
-
-
Method Detail
-
check
@GET @Path("") @Produces({"text/html","application/json"}) public javax.ws.rs.core.Response check()
-
call
@Liveness public org.eclipse.microprofile.health.HealthCheckResponse call()
Call.- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck- Returns:
- the health check response
-
-