Class HealthCheckResource


  • @Path("/healthcheck")
    public class HealthCheckResource
    extends java.lang.Object
    A basic healthcheck jersey resource. This can be used a HealthCheckCallback resource if required.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.ws.rs.core.Response doHealthCheck()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HealthCheckResource

        public HealthCheckResource()
    • Method Detail

      • doHealthCheck

        @GET
        public jakarta.ws.rs.core.Response doHealthCheck()