Class UriResolverHealthCheck

  • All Implemented Interfaces:
    org.eclipse.microprofile.health.HealthCheck

    @Path("health")
    public class UriResolverHealthCheck
    extends Object
    implements org.eclipse.microprofile.health.HealthCheck
    The Class UriResolverHealthCheck.
    Author:
    Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Oct 15, 2024
    • Constructor Detail

      • UriResolverHealthCheck

        public UriResolverHealthCheck()
    • 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:
        call in interface org.eclipse.microprofile.health.HealthCheck
        Returns:
        the health check response